Disable step14-15 in fuel-agent gate tests

We should to disable vm creation on ironic node
until LP1576881 become fixed.
According to It happens only after stable branches
creation for 10.0, we disable this steps and
turn on test into voating mode to get feedback for the fuel-agent patches.

Change-Id: I1b2c8666f605f4d3ec29138e021dd419c87d3c78
Related-Bug: #1576881
This commit is contained in:
Tatyana Leontovich 2016-05-11 12:43:13 +03:00
parent 2f13281daf
commit 4fa7f92aee
1 changed files with 8 additions and 7 deletions

View File

@ -138,12 +138,13 @@ class Gate(TestIronicDeploy):
self.show_step(12)
self.show_step(13)
self._create_os_resources(ironic_conn)
self.show_step(14)
self._boot_nova_instances(ironic_conn)
self.show_step(15)
ironic_conn.wait_for_vms(ironic_conn)
ironic_conn.verify_vms_connection(ironic_conn)
# TODO (tleontovich) uncomment steps 14-15
# as soon as LP1576881 become fixed
# self.show_step(14)
# self._boot_nova_instances(ironic_conn)
#
# self.show_step(15)
# ironic_conn.wait_for_vms(ironic_conn)
# ironic_conn.verify_vms_connection(ironic_conn)
self.env.make_snapshot("review_fuel_agent_ironic_deploy")