You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by gi...@git.apache.org on 2017/06/28 10:30:39 UTC

[GitHub] prashanthvarma commented on issue #2162: CLOUDSTACK-9980: Fix for DNS after network restart with clean up.

prashanthvarma commented on issue #2162:  	CLOUDSTACK-9980: Fix for DNS after network restart with clean up.
URL: https://github.com/apache/cloudstack/pull/2162#issuecomment-311621374
 
 
   Extended our feature Internal DNS Marvin test automation to test this fix (i.e. CLOUDSTACK-9980):
   
   Added Marvin test code PEP8 and PyFlakes compliance:
   $ pep8 test/integration/plugins/nuagevsp/*.py
   $ pyflakes test/integration/plugins/nuagevsp/*.py
   
   Marvin test failures without this fix:
   
   $ nosetests --with-marvin --marvin-config=/path-to-marvin-config/marvin_test.cfg /test/integration/plugins/nuagevsp/test_nuage_internal_dns.py
   
   Verify InternalDns on Isolated Network ... === TestName: test_01_Isolated_Network_with_zone | Status : SUCCESS ===
   ok
   Verify InternalDns on Isolated Network with ping by hostname ... === TestName: test_02_Isolated_Network | Status : SUCCESS ===
   ok
   Verify InternalDns on Isolated Network with restart networks and ... === TestName: test_03_Isolated_Network_restarts | Status : FAILED ===
   FAIL
   Verify update NetworkDomain for InternalDns on Isolated Network ... === TestName: test_04_Update_Network_with_Domain | Status : SUCCESS ===
   ok
   Verify update NetworkDomain for InternalDns on Isolated Network ... === TestName: test_05_Update_Network_with_Domain | Status : SUCCESS ===
   ok
   Verify InternalDns on VPC Network ... === TestName: test_06_VPC_Network_With_InternalDns | Status : SUCCESS ===
   ok
   Verify InternalDns on VPC Network by ping with hostname ... === TestName: test_07_VPC_Network_With_InternalDns | Status : SUCCESS ===
   ok
   Verify InternalDns on VPC Network with restarts and ping by ... === TestName: test_08_VPC_Network_Restarts_With_InternalDns | Status : FAILED ===
   FAIL
   
   [failed_plus_exceptions.txt](https://github.com/apache/cloudstack/files/1108341/failed_plus_exceptions.txt)
   [results.txt](https://github.com/apache/cloudstack/files/1108340/results.txt)
   [runinfo.txt](https://github.com/apache/cloudstack/files/1108342/runinfo.txt)
   
   Passing Marvin tests with this fix:
   
   $ nosetests --with-marvin --marvin-config=/path-to-marvin-config/marvin_test.cfg /test/integration/plugins/nuagevsp/test_nuage_internal_dns.py
   
   Verify InternalDns on Isolated Network ... === TestName: test_01_Isolated_Network_with_zone | Status : SUCCESS ===
   ok
   Verify InternalDns on Isolated Network with ping by hostname ... === TestName: test_02_Isolated_Network | Status : SUCCESS ===
   ok
   Verify InternalDns on Isolated Network with restart networks and ... === TestName: test_03_Isolated_Network_restarts | Status : SUCCESS ===
   ok
   Verify update NetworkDomain for InternalDns on Isolated Network ... === TestName: test_04_Update_Network_with_Domain | Status : SUCCESS ===
   ok
   Verify update NetworkDomain for InternalDns on Isolated Network ... === TestName: test_05_Update_Network_with_Domain | Status : SUCCESS ===
   ok
   Verify InternalDns on VPC Network ... === TestName: test_06_VPC_Network_With_InternalDns | Status : SUCCESS ===
   ok
   Verify InternalDns on VPC Network by ping with hostname ... === TestName: test_07_VPC_Network_With_InternalDns | Status : SUCCESS ===
   ok
   Verify InternalDns on VPC Network with restarts and ping by ... === TestName: test_08_VPC_Network_Restarts_With_InternalDns | Status : SUCCESS ===
   ok
   
   Ran 8 tests in 4407.077s
   
   OK
   
   [results.txt](https://github.com/apache/cloudstack/files/1108347/results.txt)
   [runinfo.txt](https://github.com/apache/cloudstack/files/1108346/runinfo.txt)
   
   
   @karuturi @ustcweizhou @wido @The-Loeki 
   
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services