Merge "Ignore slaves on "empty" snapshot"

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

View File

@ -378,7 +378,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()