Ejemplo n.º 1
0
 def test_show_ikepolicy(self, mock):
     '''
     Test if it fetches information of a specific IKEPolicy
     '''
     self.assertTrue(neutron.show_ikepolicy('SALT', profile='openstack1'))
Ejemplo n.º 2
0
 def test_show_ikepolicy(self, mock):
     '''
     Test if it fetches information of a specific IKEPolicy
     '''
     self.assertTrue(neutron.show_ikepolicy('SALT',
                                            profile='openstack1'))
Ejemplo n.º 3
0
 def test_show_ikepolicy(self, mock):
     """
     Test if it fetches information of a specific IKEPolicy
     """
     self.assertTrue(neutron.show_ikepolicy("SALT", profile="openstack1"))
Ejemplo n.º 4
0
 def test_show_ikepolicy(self):
     """
     Test if it fetches information of a specific IKEPolicy
     """
     self.assertTrue(neutron.show_ikepolicy("SALT", profile="openstack1"))