From f53159742170a5865aef0f2d73dba81952dd486f Mon Sep 17 00:00:00 2001 From: Adam Gandelman Date: Thu, 3 Apr 2014 20:06:25 -0700 Subject: [PATCH] Enable baremetal scenario test in Ironic's d-s-g Update the virtual-ironic's Tempest regex to include and run the single baremetal scenario test if it exists. Change-Id: I90a2d3f213efad2db62c505cfbf8f18fc5ebc1a2 --- .../files/jenkins_job_builder/config/devstack-gate.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/modules/openstack_project/files/jenkins_job_builder/config/devstack-gate.yaml b/modules/openstack_project/files/jenkins_job_builder/config/devstack-gate.yaml index e0e50e3ac3..3a09ed440c 100644 --- a/modules/openstack_project/files/jenkins_job_builder/config/devstack-gate.yaml +++ b/modules/openstack_project/files/jenkins_job_builder/config/devstack-gate.yaml @@ -493,11 +493,13 @@ r="$r|^(?:tempest\.api\.database\.*)" # skip volumes attach tests 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\.*)" # skip boto tests which expect to spawn an instance r="$r|(?:tempest\.thirdparty\.boto\.test_ec2_instance_run.*))" r="$r.*(?=.*smoke.*).*$" + # enable the single baremetal scenario test + r="$r tempest.scenario.test_baremetal_basic_ops" export DEVSTACK_GATE_TEMPEST_REGEX="$r" # pull in libvirt /w ovs support from ubuntu cloud-archive.