Repository: cloudstack
Updated Branches:
  refs/heads/master dbe9d93ec -> cfc0e1243


CLOUDSTACK-7745: Fixed the script 'test_ssvm.py' - Private IP of System VMs can 
change on systemVMs reboot

Signed-off-by: SrikanteswaraRao Talluri <[email protected]>


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/cfc0e124
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/cfc0e124
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/cfc0e124

Branch: refs/heads/master
Commit: cfc0e12432163a27c6d3f4f4658c06d27cb18e7d
Parents: dbe9d93
Author: Chandan Purushothama <[email protected]>
Authored: Thu Oct 16 16:23:04 2014 -0700
Committer: SrikanteswaraRao Talluri <[email protected]>
Committed: Tue Feb 3 18:18:25 2015 +0530

----------------------------------------------------------------------
 test/integration/smoke/test_ssvm.py | 15 ++++-----------
 1 file changed, 4 insertions(+), 11 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/cfc0e124/test/integration/smoke/test_ssvm.py
----------------------------------------------------------------------
diff --git a/test/integration/smoke/test_ssvm.py 
b/test/integration/smoke/test_ssvm.py
index 0df0302..fc6abf7 100644
--- a/test/integration/smoke/test_ssvm.py
+++ b/test/integration/smoke/test_ssvm.py
@@ -817,12 +817,8 @@ class TestSSVMs(cloudstackTestCase):
             old_public_ip,
             "Check Public IP after reboot with that of before reboot"
         )
-
-        self.assertEqual(
-            ssvm_response.privateip,
-            old_private_ip,
-            "Check Private IP after reboot with that of before reboot"
-        )
+        
+        # Private IP Address of System VMs are allowed to change after reboot 
- CLOUDSTACK-7745
 
         # Wait for the agent to be up
         self.waitForSystemVMAgent(ssvm_response.name)
@@ -915,11 +911,8 @@ class TestSSVMs(cloudstackTestCase):
             "Check Public IP after reboot with that of before reboot"
         )
 
-        self.assertEqual(
-            cpvm_response.privateip,
-            old_private_ip,
-            "Check Private IP after reboot with that of before reboot"
-        )
+        # Private IP Address of System VMs are allowed to change after reboot 
- CLOUDSTACK-7745
+        
         # Wait for the agent to be up
         self.waitForSystemVMAgent(cpvm_response.name)
 

Reply via email to