Merge "Enable baremetal scenario test in Ironic's d-s-g"
This commit is contained in:
commit
303d5e6272
@ -560,11 +560,13 @@
|
|||||||
r="$r|^(?:tempest\.api\.database\.*)"
|
r="$r|^(?:tempest\.api\.database\.*)"
|
||||||
# skip volumes attach tests
|
# skip volumes attach tests
|
||||||
r="$r|(?:tempest\.api\.volume\.test_volumes_actions.*)"
|
r="$r|(?:tempest\.api\.volume\.test_volumes_actions.*)"
|
||||||
# skip all scenario tests until a baremetal scenario test exists
|
# skip all scenario tests
|
||||||
r="$r|(?:tempest\.scenario\.*)"
|
r="$r|(?:tempest\.scenario\.*)"
|
||||||
# skip boto tests which expect to spawn an instance
|
# skip boto tests which expect to spawn an instance
|
||||||
r="$r|(?:tempest\.thirdparty\.boto\.test_ec2_instance_run.*))"
|
r="$r|(?:tempest\.thirdparty\.boto\.test_ec2_instance_run.*))"
|
||||||
r="$r.*(?=.*smoke.*).*$"
|
r="$r.*(?=.*smoke.*).*$"
|
||||||
|
# enable the single baremetal scenario test
|
||||||
|
r="$r tempest.scenario.test_baremetal_basic_ops"
|
||||||
export DEVSTACK_GATE_TEMPEST_REGEX="$r"
|
export DEVSTACK_GATE_TEMPEST_REGEX="$r"
|
||||||
|
|
||||||
# pull in libvirt /w ovs support from ubuntu cloud-archive.
|
# pull in libvirt /w ovs support from ubuntu cloud-archive.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user