Exemple #1
0
 def test_list_subnets(self, mock):
     '''
     Test if it fetches a list of all networks for a tenant
     '''
     self.assertTrue(neutron.list_subnets(profile='openstack1'))
Exemple #2
0
 def test_list_subnets(self, mock):
     '''
     Test if it fetches a list of all networks for a tenant
     '''
     self.assertTrue(neutron.list_subnets(profile='openstack1'))
Exemple #3
0
 def test_list_subnets(self, mock):
     """
     Test if it fetches a list of all networks for a tenant
     """
     self.assertTrue(neutron.list_subnets(profile="openstack1"))
Exemple #4
0
 def test_list_subnets(self):
     """
     Test if it fetches a list of all networks for a tenant
     """
     self.assertTrue(neutron.list_subnets(profile="openstack1"))