----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/15672/ -----------------------------------------------------------
Review request for cloudstack, Girish Shilamkar and SrikanteswaraRao Talluri. Bugs: CLOUDSTACK-5204 https://issues.apache.org/jira/browse/CLOUDSTACK-5204 Repository: cloudstack-git Description ------- component.test_routers.TestRouterStopCreatePF.test_01_RouterStopCreatePF failed due to SSH issue. The port numbers used for opening the firewall,crating NAT rule and those which are used while SSH were not matching earlier. Corrected the port numbers and now the test cases are running successfully. Diffs ----- test/integration/component/test_routers.py b41cc6f Diff: https://reviews.apache.org/r/15672/diff/ Testing ------- Tested locally on KVM advanced setup. Log: test_01_RouterStopCreatePF (test_routers.TestRouterStopCreatePF) Test router stop create port forwarding ... ==> client.log <== 2013-11-19 01:15:23,606 - DEBUG - test_01_RouterStopCreatePF (test_routers.TestRouterStopCreatePF) - Stopping router ID: c3a8fa3d-7eb4-4aa3-89f5-a32e539519d4 2013-11-19 01:15:33,760 - DEBUG - test_01_RouterStopCreatePF (test_routers.TestRouterStopCreatePF) - [{networkid : u'c46664ce-7e35-4cfe-84dd-9ba643287190', phys icalnetworkid : u'd3a6b714-dca9-4c70-85a8-9b7eb21173f3', account : u'testuser-5FC9JN', domainid : u'ca366bcc-4ea2-11e3-a447-1a6f7bb0d0a8', issourcenat : True, i sstaticnat : False, tags : [], associatednetworkname : u'testuser-5FC9JN-network', domain : u'ROOT', vlanid : u'dd334b97-108d-49fb-9dd4-d52aa8d0e063', zoneid : u'949dc33b-3e26-491e-b85d-3c4007dc376e', vlanname : u'1221', state : u'Allocated', associatednetworkid : u'9bf9e9e9-cb7a-424c-ba98-3df0ca11bef8', zonename : u'A dv-KVM-Zone1', forvirtualnetwork : True, allocated : u'2013-11-19T05:01:50-0800', issystem : False, ipaddress : u'10.223.122.101', id : u'f6302d3b-0ab3-427e-835 3-810ceeacf6ae', isportable : False}] 2013-11-19 01:15:38,871 - DEBUG - test_01_RouterStopCreatePF (test_routers.TestRouterStopCreatePF) - Creating NAT rule for VM ID: baf9415f-c930-4391-9f3f-637bfb 02779d 2013-11-19 01:15:43,979 - DEBUG - test_01_RouterStopCreatePF (test_routers.TestRouterStopCreatePF) - Starting router ID: c3a8fa3d-7eb4-4aa3-89f5-a32e539519d4 2013-11-19 01:16:19,204 - DEBUG - test_01_RouterStopCreatePF (test_routers.TestRouterStopCreatePF) - SSH into VM with ID: 10.223.122.101 2013-11-19 01:16:19,204 - DEBUG - test_01_RouterStopCreatePF (test_routers.TestRouterStopCreatePF) - 22 ==> result.log <== ok ---------------------------------------------------------------------- Ran 6 tests in 216.937s OK (skipped=5) Thanks, Ashutosh Kelkar