Skip to content

Commit 37281db

Browse files
committed
Remove quota integration test from test matrix
1 parent 33ec9c1 commit 37281db

File tree

2 files changed

+3
-261
lines changed

2 files changed

+3
-261
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -187,8 +187,7 @@ jobs:
187187
component/test_vpc_offerings
188188
component/test_vpc_routers
189189
component/test_vpn_users",
190-
"component/test_vpc_network_lbrules",
191-
"plugins/quota/test_quota_balance" ]
190+
"component/test_vpc_network_lbrules" ]
192191

193192
steps:
194193
- uses: actions/checkout@v3
@@ -257,7 +256,7 @@ jobs:
257256
while ! nc -vzw 5 localhost 8096 2>&1 > /dev/null; do grep Exception /tmp/jetty-log; sleep 10; done
258257
set -e
259258
echo -e "\nStarting Advanced Zone DataCenter deployment"
260-
python3 tools/marvin/marvin/deployDataCenter.py -i setup/dev/advanced-with-quota-enabled.cfg 2>&1 || true
259+
python3 tools/marvin/marvin/deployDataCenter.py -i setup/dev/advanced.cfg 2>&1 || true
261260
262261
- name: Run Integration Tests with Simulator
263262
run: |
@@ -271,7 +270,7 @@ jobs:
271270
TESTS=($(echo $TESTS | tr -d '\n' | tr -s ' '))
272271
for suite in "${TESTS[@]}" ; do
273272
echo -e "Currently running test: $suite\n"
274-
time nosetests-3.4 --with-xunit --xunit-file=integration-test-results/$suite.xml --with-marvin --marvin-config=setup/dev/advanced-with-quota-enabled.cfg test/integration/$suite.py -s -a tags=advanced,required_hardware=false --zone=Sandbox-simulator --hypervisor=simulator || true ;
273+
time nosetests-3.4 --with-xunit --xunit-file=integration-test-results/$suite.xml --with-marvin --marvin-config=setup/dev/advanced.cfg test/integration/$suite.py -s -a tags=advanced,required_hardware=false --zone=Sandbox-simulator --hypervisor=simulator || true ;
275274
done
276275
277276
echo -e "Stopping Simulator, integration tests run completed\n"

setup/dev/advanced-with-quota-enabled.cfg

Lines changed: 0 additions & 257 deletions
This file was deleted.

0 commit comments

Comments
 (0)