Ignore slaves on "empty" snapshot

We should not wait slaves
during revert "empty" snapshot

Change-Id: I686a9a4ad0afacc6520a3f58daa14e6e612c82c3
Closes-Bug: 1581268
This commit is contained in:
Dmitry Belyaninov 2017-02-16 08:21:07 +00:00
parent 838ed5ee42
commit a3a64c4a1a
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()