Example #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'))
Example #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'))
Example #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"))
Example #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"))