Merge "Fix a misuse of assertGreaterEqual" into stable/stein

This commit is contained in:
Zuul 2019-09-19 03:21:44 +00:00 committed by Gerrit Code Review
commit 137f5f294c
1 changed files with 1 additions and 1 deletions

View File

@ -319,7 +319,7 @@ class TestInstanceNotificationSampleWithMultipleCompute(
# 3. instance.live_migration_pre.end
# 4. instance.live_migration_force_complete.start
# 5. instance.live_migration_force_complete.end
self.assertGreaterEqual(6, len(fake_notifier.VERSIONED_NOTIFICATIONS),
self.assertGreaterEqual(len(fake_notifier.VERSIONED_NOTIFICATIONS), 6,
fake_notifier.VERSIONED_NOTIFICATIONS)
self._verify_notification(
'instance-live_migration_force_complete-start',