def test_create_ikepolicy(self, mock): ''' Test if it creates a new IKEPolicy ''' self.assertTrue( neutron.create_ikepolicy('SALTSTACK', profile='openstack1'))
def test_create_ikepolicy(self, mock): ''' Test if it creates a new IKEPolicy ''' self.assertTrue(neutron.create_ikepolicy('SALTSTACK', profile='openstack1'))
def test_create_ikepolicy(self, mock): """ Test if it creates a new IKEPolicy """ self.assertTrue(neutron.create_ikepolicy("SALTSTACK", profile="openstack1"))
def test_create_ikepolicy(self): """ Test if it creates a new IKEPolicy """ self.assertTrue(neutron.create_ikepolicy("SALTSTACK", profile="openstack1"))