The nova.tests.network.test_network_info Module

class FixedIPTests(*args, **kwargs)

Bases: nova.test.TestCase

test_add_floating_ip()
test_add_floating_ip_repeatedly_only_one_instance()
test_create_fixed_bad_ip_fails()
test_create_fixed_ipv6()
test_createnew_fixed_ip_with_attrs()
test_equate_two_dissimilar_fixed_ips_fails()
test_equate_two_fixed_ips()
test_hydrate()
class NetworkInfoTests(*args, **kwargs)

Bases: nova.test.TestCase

test_create_model()
test_get_floating_ips()
test_hydrate()
class NetworkTests(*args, **kwargs)

Bases: nova.test.TestCase

test_add_subnet()
test_add_subnet_a_lot()
test_create_network()
test_hydrate()
class RouteTests(*args, **kwargs)

Bases: nova.test.TestCase

test_create_route_with_attrs()
test_hydrate()
test_routes_equal()
test_routes_not_equal()
class SubnetTests(*args, **kwargs)

Bases: nova.test.TestCase

test_add_dns()
test_add_dns_a_lot()
test_add_ip()
test_add_ip_a_lot()
test_add_route()
test_add_route_a_lot()
test_create_subnet_with_attrs()
test_hydrate()
class VIFTests(*args, **kwargs)

Bases: nova.test.TestCase

test_create_vif()
test_create_vif_with_type()
test_hydrate()
test_hydrate_vif_with_type()
test_vif_get_fixed_ips()
test_vif_get_floating_ips()
test_vif_get_labeled_ips()

Previous topic

The nova.tests.network.test_manager Module

Next topic

The nova.tests.network.test_quantumv2 Module

This Page