Пример #1
0
 def test_delete_port(self, mock):
     '''
     Test if it deletes the specified port
     '''
     self.assertTrue(neutron.delete_port('1080', profile='openstack1'))
Пример #2
0
 def test_delete_port(self, mock):
     '''
     Test if it deletes the specified port
     '''
     self.assertTrue(neutron.delete_port('1080', profile='openstack1'))
Пример #3
0
 def test_delete_port(self, mock):
     """
     Test if it deletes the specified port
     """
     self.assertTrue(neutron.delete_port("1080", profile="openstack1"))
Пример #4
0
 def test_delete_port(self):
     """
     Test if it deletes the specified port
     """
     self.assertTrue(neutron.delete_port("1080", profile="openstack1"))