[gnome-boxes] tests: Remove 5s delays from snapshot test



commit 1ab4bbcfcc3bb14546c9c186dc6d0f7991a5bcf9
Author: Vladimir Benes <benesv email cz>
Date:   Thu Jun 18 15:20:15 2015 +0200

    tests: Remove 5s delays from snapshot test
    
    Turns out that these delays were not needed after all.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=751042

 tests/snapshots.feature |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/tests/snapshots.feature b/tests/snapshots.feature
index 07de51d..edb59ea 100644
--- a/tests/snapshots.feature
+++ b/tests/snapshots.feature
@@ -12,16 +12,13 @@ Feature: Snapshots
     * Wait for "sleep 1" end
     * Type text "sudo ifconfig eth0 down" and return
     * Press "back" in "Core-5" vm
-    * Wait for "sleep 5" end
     * Create snapshot "network down" from machine "Core-5"
     When "network down" is visible with command "virsh snapshot-current boxes-unknown |grep description"
     When Cannot ping "Core-5"
     * Revert machine "Core-5" to state "working network"
-    * Wait for "sleep 5" end
     When "working network" is visible with command "virsh snapshot-current boxes-unknown |grep description"
     When Ping "Core-5"
     * Revert machine "Core-5" to state "network down"
-    * Wait for "sleep 5" end
     Then Cannot ping "Core-5"
 
   @delete_snapshots


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]