def test_show_router(self, mock): ''' Test if it fetches information of a certain router ''' self.assertTrue(neutron.show_router('SALTSTACK', profile='openstack1'))
def test_show_router(self, mock): """ Test if it fetches information of a certain router """ self.assertTrue(neutron.show_router("SALTSTACK", profile="openstack1"))
def test_show_router(self): """ Test if it fetches information of a certain router """ self.assertTrue(neutron.show_router("SALTSTACK", profile="openstack1"))