Merge "Ignore slaves on "empty" snapshot" into stable/newton

This commit is contained in:
Jenkins 2017-04-10 08:19:33 +00:00 committed by Gerrit Code Review
commit ef02d41a0d
1 changed files with 2 additions and 1 deletions

View File

@ -380,7 +380,8 @@ class SetupEnvironment(TestBasic):
"""
self.check_run("ready")
self.show_step(1, initialize=True)
self.env.revert_snapshot("empty", skip_timesync=True)
self.env.revert_snapshot("empty", skip_timesync=True,
skip_slaves_check=True)
self.fuel_web.get_nailgun_version()
self.fuel_web.change_default_network_settings()