Esempio n. 1
0
 def test_delete_ipsec_site(self, mock):
     '''
     Test if it deletes the specified IPsecSiteConnection
     '''
     self.assertTrue(
         neutron.delete_ipsec_site_connection('SALT VPN Service1',
                                              profile='openstack1'))
Esempio n. 2
0
 def test_delete_ipsec_site(self):
     """
     Test if it deletes the specified IPsecSiteConnection
     """
     self.assertTrue(
         neutron.delete_ipsec_site_connection("SALT VPN Service1",
                                              profile="openstack1"))
Esempio n. 3
0
 def test_delete_ipsec_site(self, mock):
     """
     Test if it deletes the specified IPsecSiteConnection
     """
     self.assertTrue(neutron.delete_ipsec_site_connection("SALT VPN Service1", profile="openstack1"))
Esempio n. 4
0
 def test_delete_ipsec_site(self, mock):
     '''
     Test if it deletes the specified IPsecSiteConnection
     '''
     self.assertTrue(neutron.delete_ipsec_site_connection
                     ('SALT VPN Service1', profile='openstack1'))