def test_delete_router(self, mock): ''' Test if it delete the specified router ''' self.assertTrue( neutron.delete_router('SALTSTACK', profile='openstack1'))
def test_delete_router(self, mock): ''' Test if it delete the specified router ''' self.assertTrue(neutron.delete_router('SALTSTACK', profile='openstack1'))
def test_delete_router(self, mock): """ Test if it delete the specified router """ self.assertTrue(neutron.delete_router("SALTSTACK", profile="openstack1"))
def test_delete_router(self): """ Test if it delete the specified router """ self.assertTrue(neutron.delete_router("SALTSTACK", profile="openstack1"))