Esempio n. 1
0
 def test_show_security_group(self, mock):
     '''
     Test if it fetches information of a certain security group
     '''
     self.assertTrue(
         neutron.show_security_group('SALTSTACK', profile='openstack1'))
Esempio n. 2
0
 def test_show_security_group(self, mock):
     '''
     Test if it fetches information of a certain security group
     '''
     self.assertTrue(neutron.show_security_group('SALTSTACK',
                                                 profile='openstack1'))
Esempio n. 3
0
 def test_show_security_group(self, mock):
     """
     Test if it fetches information of a certain security group
     """
     self.assertTrue(neutron.show_security_group("SALTSTACK", profile="openstack1"))
Esempio n. 4
0
 def test_show_security_group(self):
     """
     Test if it fetches information of a certain security group
     """
     self.assertTrue(neutron.show_security_group("SALTSTACK", profile="openstack1"))