Exemplo n.º 1
0
 def test_list_security_groups(self, mock):
     '''
     Test if it fetches a list of all security groups for a tenant
     '''
     self.assertTrue(neutron.list_security_groups(profile='openstack1'))
Exemplo n.º 2
0
 def test_list_security_groups(self, mock):
     '''
     Test if it fetches a list of all security groups for a tenant
     '''
     self.assertTrue(neutron.list_security_groups(profile='openstack1'))
Exemplo n.º 3
0
 def test_list_security_groups(self, mock):
     """
     Test if it fetches a list of all security groups for a tenant
     """
     self.assertTrue(neutron.list_security_groups(profile="openstack1"))
Exemplo n.º 4
0
 def test_list_security_groups(self):
     """
     Test if it fetches a list of all security groups for a tenant
     """
     self.assertTrue(neutron.list_security_groups(profile="openstack1"))