Run other tests consequently with neutron ones for compute kit
This allows to distribute memory spike caused by running all tests in parallel, decreasing a chance of oom. Was: --------------------- neutron tests --------------------- --- nova tests --- --- keystone tests --- --- glance tests --- Now: --------------------- neutron tests --------------------- --- nova tests --- --- keystone tests --- --- glance tests --- Change-Id: I5c625f075a27ac08c8d72c8da52ae7b85f3f202f Signed-off-by: Andrii Ostapenko <andrii.ostapenko@att.com>
This commit is contained in:
parent
5dfb1ec9ee
commit
7b7d117378
@ -186,9 +186,9 @@
|
||||
- ./tools/deployment/component/compute-kit/libvirt.sh
|
||||
- ./tools/deployment/component/compute-kit/compute-kit.sh
|
||||
- - export OSH_TEST_TIMEOUT=1200;./tools/deployment/common/run-helm-tests.sh neutron
|
||||
- ./tools/deployment/common/run-helm-tests.sh nova
|
||||
- ./tools/deployment/common/run-helm-tests.sh glance
|
||||
- ./tools/deployment/common/run-helm-tests.sh keystone
|
||||
- ./tools/deployment/common/run-helm-tests.sh nova;
|
||||
./tools/deployment/common/run-helm-tests.sh glance;
|
||||
./tools/deployment/common/run-helm-tests.sh keystone;
|
||||
- ./tools/deployment/developer/common/170-setup-gateway.sh
|
||||
- ./tools/deployment/developer/common/900-use-it.sh
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user