Comment 3 for bug 727522

Revision history for this message
Tushar Patil (tpatil) wrote : Re: test_network unit test cases fails for FlatDHCP/Flat network model

I agree the test_network.py testcases are written keeping view point of Vlan network Model.
Now I am separating the test cases for different network model and when you run test cases using Vlan network flag then in this case both the flat and flatDHCP network test cases will be skipped.

* test_network.py will be replaced by test_vlan_network.py (VlanNetworkTestCase)
and test_flat_network.py (FlatNetworkTestCase) and test_flatdhcp_network.py (FlatDHCPNetworkTestCase) new testcases will be added.

It's very easy to skip the test cases from python 2.7 version, I am looking out for a way to do the same in python version 2.6.5.