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