Expand startup integration test (#6030)

* add new data-dir subtest
* Added node flag subtest
* Fix to E2E tests
* Convert existing test to new server logging

Signed-off-by: Derek Nola <derek.nola@suse.com>
This commit is contained in:
Derek Nola
2022-08-31 15:40:17 -07:00
parent 5366a314f7
commit ca8f99df85
12 changed files with 197 additions and 22 deletions

View File

@@ -60,7 +60,7 @@ jobs:
- name: Run Integration Tests
run: |
chmod +x ./dist/artifacts/k3s
sudo -E env "PATH=$PATH" go test ./tests/integration/... -run Integration
sudo -E env "PATH=$PATH" go test -v ./tests/integration/... -run Integration
- name: On Failure, Launch Debug Session
if: ${{ failure() }}
uses: mxschmitt/action-tmate@v3