示例#1
0
 def test_show_ipsecpolicy(self, mock):
     '''
     Test if it fetches information of a specific IPsecPolicy
     '''
     self.assertTrue(neutron.show_ipsecpolicy('SALT', profile='openstack1'))
示例#2
0
 def test_show_ipsecpolicy(self, mock):
     '''
     Test if it fetches information of a specific IPsecPolicy
     '''
     self.assertTrue(neutron.show_ipsecpolicy('SALT',
                                              profile='openstack1'))
示例#3
0
 def test_show_ipsecpolicy(self, mock):
     """
     Test if it fetches information of a specific IPsecPolicy
     """
     self.assertTrue(neutron.show_ipsecpolicy("SALT", profile="openstack1"))
示例#4
0
 def test_show_ipsecpolicy(self):
     """
     Test if it fetches information of a specific IPsecPolicy
     """
     self.assertTrue(neutron.show_ipsecpolicy("SALT", profile="openstack1"))