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