Skip to content

Commit

Permalink
test: test [run-int-tests]
Browse files Browse the repository at this point in the history
  • Loading branch information
ajasnosz committed Dec 8, 2023
1 parent 1450070 commit 7e8a062
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ jobs:
sudo apt-get install snmp -y
sudo apt-get install python3-dev -y
- name: run automatic_setup.sh
run: integration_tests/automatic_setup.sh
run: integration_tests/automatic_setup.sh integration
- name: run tests
working-directory: integration_tests
run: |
Expand Down
7 changes: 4 additions & 3 deletions integration_tests/automatic_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ wait_for_pod_initialization
wait_for_sc4snmp_pods_to_be_up
check_metallb_status

#define_python

#deploy_poetry
if [ $1 == 'integration' ]; then
define_python
deploy_poetry
fi

0 comments on commit 7e8a062

Please sign in to comment.