Unit Tests for flat 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 allocate a public ip
Ensures allocating and releasing has no side effects
Test for a NoMoreAddresses exception when all fixed ips are used.