Temporary disable ironic actions steps in test_review_in_fuel_agent
Due to random failures on Ci slaves with high load temporary disable ironic actions After resolving failures on CI need to revert changes Change-Id: Ib56e27f016dec8776e8b39fd668571ac87693139 Related-Bug: #1571997
This commit is contained in:
parent
d50676807b
commit
1adc1e757a
@ -16,7 +16,8 @@ from proboscis import test
|
||||
|
||||
from fuelweb_test import settings
|
||||
from fuelweb_test.helpers.fuel_actions import BaseActions
|
||||
from fuelweb_test.helpers import ironic_actions
|
||||
# from fuelweb_test.helpers import ironic_actions
|
||||
# uncomment after resolving Bug #1571997
|
||||
from fuelweb_test.helpers.checkers import verify_bootstrap_on_node
|
||||
from fuelweb_test.helpers.decorators import log_snapshot_after_test
|
||||
from fuelweb_test.tests.test_ironic_base import TestIronicDeploy
|
||||
@ -132,11 +133,13 @@ class Gate(TestIronicDeploy):
|
||||
|
||||
cluster_id = self._deploy_ironic_cluster(settings=data, nodes=nodes)
|
||||
|
||||
"""
|
||||
# Need to uncomment after resolving Bug #1571997
|
||||
ironic_conn = ironic_actions.IronicActions(
|
||||
self.fuel_web.get_public_vip(cluster_id),
|
||||
user='ceph1',
|
||||
passwd='ceph1',
|
||||
tenant='ceph1')
|
||||
tenant='ceph1')"""
|
||||
|
||||
self.show_step(13)
|
||||
check_package_version_injected_in_bootstraps("fuel-agent")
|
||||
@ -145,6 +148,8 @@ class Gate(TestIronicDeploy):
|
||||
cluster_id=cluster_id,
|
||||
ironic=True)
|
||||
|
||||
"""
|
||||
# Need to uncomment after resolving Bug #1571997
|
||||
self.show_step(14)
|
||||
self.show_step(15)
|
||||
self._create_os_resources(ironic_conn)
|
||||
@ -154,6 +159,6 @@ class Gate(TestIronicDeploy):
|
||||
|
||||
self.show_step(17)
|
||||
ironic_conn.wait_for_vms(ironic_conn)
|
||||
ironic_conn.verify_vms_connection(ironic_conn)
|
||||
ironic_conn.verify_vms_connection(ironic_conn)"""
|
||||
|
||||
self.env.make_snapshot("review_fuel_agent_ironic_deploy")
|
||||
|
Loading…
Reference in New Issue
Block a user