> On July 3, 2013, 11:14 a.m., Prasanna Santhanam wrote: > > test/integration/component/test_network_offering.py, line 61 > > <https://reviews.apache.org/r/12241/diff/1/?file=315244#file315244line61> > > > > There is a different issue here. > > > > specifyVlan=false is the default behaviour of the API. But the network > > used for creation specifies the vlan. The test should be for creating the > > most basic network out of a standard network offering where > > specifyVlan=false and no vlan is given. > > > > The test case for specifying a vlan should be separated. > > Prasanna Santhanam wrote: > See related CLOUDSTACK-3348 for the issue happening when you create a > network with specifyVlan=false
Fixed these issues with the following. I'll discard this review. Please reopen if you find any problem below: commit 9d07f899c8dcf24a6f96dc2e2a2a3f3e256582b8 Author: Prasanna Santhanam <t...@apache.org> Date: Wed Jul 3 17:10:53 2013 +0530 separate the shared network test for network offerings Signed-off-by: Prasanna Santhanam <t...@apache.org> commit 04d9d209adae5bc2231c854f694238db8feb0057 Author: Prasanna Santhanam <t...@apache.org> Date: Wed Jul 3 17:03:39 2013 +0530 Removing the vlan selection in network offering test Also do not wait for cleanup. Just send cleanup to server and proceed further. Signed-off-by: Prasanna Santhanam <t...@apache.org> - Prasanna ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/12241/#review22705 ----------------------------------------------------------- On July 3, 2013, 7:03 a.m., Girish Shilamkar wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/12241/ > ----------------------------------------------------------- > > (Updated July 3, 2013, 7:03 a.m.) > > > Review request for cloudstack and Prasanna Santhanam. > > > Repository: cloudstack-git > > > Description > ------- > > Tests in test_network_offering.py failed as Vlan option was false. Changed it > to true. > > > Diffs > ----- > > test/integration/component/test_network_offering.py a3e87f6 > > Diff: https://reviews.apache.org/r/12241/diff/ > > > Testing > ------- > > > Thanks, > > Girish Shilamkar > >