Пример #1
0
 def test_delete_vpnservice(self, mock):
     '''
     Test if it deletes the specified VPN service
     '''
     self.assertTrue(
         neutron.delete_vpnservice('SALT VPN Service1',
                                   profile='openstack1'))
Пример #2
0
 def test_delete_vpnservice(self):
     """
     Test if it deletes the specified VPN service
     """
     self.assertTrue(
         neutron.delete_vpnservice("SALT VPN Service1", profile="openstack1")
     )
Пример #3
0
 def test_delete_vpnservice(self, mock):
     """
     Test if it deletes the specified VPN service
     """
     self.assertTrue(neutron.delete_vpnservice("SALT VPN Service1", profile="openstack1"))
Пример #4
0
 def test_delete_vpnservice(self, mock):
     '''
     Test if it deletes the specified VPN service
     '''
     self.assertTrue(neutron.delete_vpnservice('SALT VPN Service1',
                                               profile='openstack1'))