diff --git a/test/integration/component/test_persistent_networks.py b/test/integration/component/test_persistent_networks.py index 73646859d4b..971edcea657 100644 --- a/test/integration/component/test_persistent_networks.py +++ b/test/integration/component/test_persistent_networks.py @@ -1348,7 +1348,7 @@ class TestRestartPersistentNetwork(cloudstackTestCase): cls.services["service_offering"] ) cls.isolated_persistent_network_offering = NetworkOffering.create(cls.api_client, - cls.services["nw_off_isolated_persistent"], + cls.services["nw_off_isolated_persistent_lb"], conservemode=False) cls.isolated_persistent_network_offering_netscaler = NetworkOffering.create(cls.api_client, diff --git a/tools/marvin/marvin/config/test_data.py b/tools/marvin/marvin/config/test_data.py index a93b8833699..57a38915b01 100644 --- a/tools/marvin/marvin/config/test_data.py +++ b/tools/marvin/marvin/config/test_data.py @@ -224,6 +224,22 @@ test_data = { "PortForwarding": 'VirtualRouter', }, }, + "nw_off_isolated_persistent_lb": { + "name": 'Test Nw off isolated persistent', + "displaytext": 'Test Nw off isolated persistent', + "guestiptype": 'Isolated', + "supportedservices": 'Dhcp,Dns,SourceNat,PortForwarding, Lb', + "traffictype": 'GUEST', + "ispersistent": 'True', + "availability": 'Optional', + "serviceProviderList": { + "Dhcp": 'VirtualRouter', + "Dns": 'VirtualRouter', + "SourceNat": 'VirtualRouter', + "PortForwarding": 'VirtualRouter', + "Lb": "VirtualRouter" + }, + }, "isolated_network_offering": { "name": "Network offering-DA services", "displaytext": "Network offering-DA services",