Unit Tests for vlan network code
Bases: nova.tests.network.base.NetworkTestCase
Test cases for network code
Makes sure that we can allocate and deallocate a fixed ip
Makes sure that ip addresses that are deallocated get reused
Makes sure that we can allocaate a public ip
Ensures allocating and releasing has no side effects
Makes sure that private ips don’t overlap
Test for a NoMoreAddresses exception when all fixed ips are used.
Ensure error is raised if we run out of networks
Ensure the vpn ip and port are reasonable