Skip to content

Commit

Permalink
chore: more debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
SteinRobert committed Jun 26, 2023
1 parent 0e4622b commit 9e519bd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/python-tester.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,8 @@ jobs:
--agents 1
-p "31820:31820/UDP@agent:0"
--image docker.io/rancher/k3s:${{ matrix.k3d }}
--kubeconfig-update-default
--kubeconfig-switch-context
- name: Download artifact
uses: actions/download-artifact@v3
with:
Expand Down Expand Up @@ -313,7 +315,7 @@ jobs:
- name: Run Gefyra K3D Tests
working-directory: ./client
run: |
poetry run coverage run -m pytest -vvv -s --full-trace --timeout=240 tests/e2e/
poetry run coverage run -m pytest -vvv -s --log-cli-level DEBUG --full-trace --timeout=240 tests/e2e/
- name: Show coverage report
working-directory: ./client
run: |
Expand Down
2 changes: 1 addition & 1 deletion client/tests/e2e/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
class GefyraBaseTest:
provider = None # minikube or k3d
params = {}
kubeconfig = "~/.kube/config"
kubeconfig = "/Users/robertstein/.k3d/kubeconfig-testing.yaml"

def gefyra_up(self):
runner = CliRunner()
Expand Down

0 comments on commit 9e519bd

Please sign in to comment.