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