Exemplo n.º 1
0
 def test_delete_subnet(self, mock):
     '''
     Test if it deletes the specified subnet
     '''
     self.assertTrue(
         neutron.delete_subnet('255.255.255.0', profile='openstack1'))
Exemplo n.º 2
0
 def test_delete_subnet(self, mock):
     '''
     Test if it deletes the specified subnet
     '''
     self.assertTrue(neutron.delete_subnet('255.255.255.0',
                                           profile='openstack1'))
Exemplo n.º 3
0
 def test_delete_subnet(self, mock):
     """
     Test if it deletes the specified subnet
     """
     self.assertTrue(neutron.delete_subnet("255.255.255.0", profile="openstack1"))
Exemplo n.º 4
0
 def test_delete_subnet(self):
     """
     Test if it deletes the specified subnet
     """
     self.assertTrue(neutron.delete_subnet("255.255.255.0", profile="openstack1"))