Exemplo n.º 1
0
 def test_show_ipsec_site_connection(self):
     """
     Test if it fetches information of a specific IPsecSiteConnection
     """
     self.assertTrue(
         neutron.show_ipsec_site_connection("SALT", profile="openstack1")
     )
Exemplo n.º 2
0
 def test_show_ipsec_site_connection(self, mock):
     '''
     Test if it fetches information of a specific IPsecSiteConnection
     '''
     self.assertTrue(
         neutron.show_ipsec_site_connection('SALT', profile='openstack1'))
Exemplo n.º 3
0
 def test_show_ipsec_site_connection(self, mock):
     """
     Test if it fetches information of a specific IPsecSiteConnection
     """
     self.assertTrue(neutron.show_ipsec_site_connection("SALT", profile="openstack1"))
Exemplo n.º 4
0
 def test_show_ipsec_site_connection(self, mock):
     '''
     Test if it fetches information of a specific IPsecSiteConnection
     '''
     self.assertTrue(neutron.show_ipsec_site_connection
                     ('SALT', profile='openstack1'))