5353: Remove extra assertion because busywait does it for us.
authorPeter Amstutz <peter.amstutz@curoverse.com>
Wed, 18 Nov 2015 15:18:03 +0000 (10:18 -0500)
committerPeter Amstutz <peter.amstutz@curoverse.com>
Wed, 18 Nov 2015 15:18:03 +0000 (10:18 -0500)
services/nodemanager/tests/test_daemon.py

index e0f051741fbd448cf09451d314a90497fb7994d3..200919bfb819183dfa8b50b426c7d33d60d64db9 100644 (file)
@@ -703,10 +703,6 @@ class NodeManagerDaemonActorTestCase(testutil.ActorTestMixin,
         booting = self.daemon.booting.get()
         self.stop_proxy(self.daemon)
 
-        # technically something could happen between finishing the busywait and
-        # stopping the daemon so check again
-        self.assertEqual(3, self.node_setup.start.call_count)
-
         sizecounts = {a[0].id: 0 for a in avail_sizes}
         for b in booting.itervalues():
             sizecounts[b.cloud_size.get().id] += 1