Beispiel #1
0
 def test_create_ikepolicy(self, mock):
     '''
     Test if it creates a new IKEPolicy
     '''
     self.assertTrue(
         neutron.create_ikepolicy('SALTSTACK', profile='openstack1'))
Beispiel #2
0
 def test_create_ikepolicy(self, mock):
     '''
     Test if it creates a new IKEPolicy
     '''
     self.assertTrue(neutron.create_ikepolicy('SALTSTACK',
                                              profile='openstack1'))
Beispiel #3
0
 def test_create_ikepolicy(self, mock):
     """
     Test if it creates a new IKEPolicy
     """
     self.assertTrue(neutron.create_ikepolicy("SALTSTACK", profile="openstack1"))
Beispiel #4
0
 def test_create_ikepolicy(self):
     """
     Test if it creates a new IKEPolicy
     """
     self.assertTrue(neutron.create_ikepolicy("SALTSTACK", profile="openstack1"))