run_tests: stop mistral testing
Stop to run mistral tests for now, they fail too often. We'll enable it as soon as we find what's wrong. Change-Id: I041b6d35708c10df6bbddf672f56deb56ff86ab7
This commit is contained in:
parent
21611c1d94
commit
4d6b918cef
@ -50,7 +50,6 @@ scenario](#All-In-One).
|
|||||||
| horizon | | | X | X |
|
| horizon | | | X | X |
|
||||||
| ironic | | X | | |
|
| ironic | | X | | |
|
||||||
| zaqar | | X | | |
|
| zaqar | | X | | |
|
||||||
| mistral | | | X | |
|
|
||||||
| ceph | X | | | |
|
| ceph | X | | | |
|
||||||
| mongodb | | X | | |
|
| mongodb | | X | | |
|
||||||
|
|
||||||
|
@ -26,7 +26,8 @@ case $::osfamily {
|
|||||||
'RedHat': {
|
'RedHat': {
|
||||||
$ipv6 = true
|
$ipv6 = true
|
||||||
$sahara_enabled = true
|
$sahara_enabled = true
|
||||||
$mistral_enabled = true
|
# enable when we figure why mistral tempest tests are so unstable
|
||||||
|
$mistral_enabled = false
|
||||||
}
|
}
|
||||||
default: {
|
default: {
|
||||||
fail("Unsupported osfamily (${::osfamily})")
|
fail("Unsupported osfamily (${::osfamily})")
|
||||||
@ -50,7 +51,8 @@ include ::openstack_integration::nova
|
|||||||
include ::openstack_integration::trove
|
include ::openstack_integration::trove
|
||||||
include ::openstack_integration::horizon
|
include ::openstack_integration::horizon
|
||||||
include ::openstack_integration::heat
|
include ::openstack_integration::heat
|
||||||
include ::openstack_integration::mistral
|
# enable when we figure why mistral tempest tests are so unstable
|
||||||
|
# include ::openstack_integration::mistral
|
||||||
if $sahara_enabled {
|
if $sahara_enabled {
|
||||||
include ::openstack_integration::sahara
|
include ::openstack_integration::sahara
|
||||||
}
|
}
|
||||||
|
@ -169,9 +169,6 @@ TESTS="${TESTS} api.baremetal.admin.test_drivers"
|
|||||||
# Zaqar
|
# Zaqar
|
||||||
TESTS="${TESTS} TestManageQueue"
|
TESTS="${TESTS} TestManageQueue"
|
||||||
|
|
||||||
# Mistral
|
|
||||||
TESTS="${TESTS} test_mistral_basic_v2.ExecutionTestsV2.test_get_list_executions"
|
|
||||||
|
|
||||||
cd /tmp/openstack/tempest
|
cd /tmp/openstack/tempest
|
||||||
tox -eall-plugin -- --concurrency=2 $TESTS
|
tox -eall-plugin -- --concurrency=2 $TESTS
|
||||||
RESULT=$?
|
RESULT=$?
|
||||||
|
Loading…
x
Reference in New Issue
Block a user