def test_delete_port(self, mock): ''' Test if it deletes the specified port ''' self.assertTrue(neutron.delete_port('1080', profile='openstack1'))
def test_delete_port(self, mock): """ Test if it deletes the specified port """ self.assertTrue(neutron.delete_port("1080", profile="openstack1"))
def test_delete_port(self): """ Test if it deletes the specified port """ self.assertTrue(neutron.delete_port("1080", profile="openstack1"))