Пример #1
0
 def test_show_floatingip(self, mock):
     '''
     Test if it fetches information of a certain floatingIP
     '''
     self.assertTrue(
         neutron.show_floatingip('SALTSTACK', profile='openstack1'))
Пример #2
0
 def test_show_floatingip(self, mock):
     '''
     Test if it fetches information of a certain floatingIP
     '''
     self.assertTrue(neutron.show_floatingip('SALTSTACK',
                                             profile='openstack1'))
Пример #3
0
 def test_show_floatingip(self, mock):
     """
     Test if it fetches information of a certain floatingIP
     """
     self.assertTrue(neutron.show_floatingip("SALTSTACK", profile="openstack1"))
Пример #4
0
 def test_show_floatingip(self):
     """
     Test if it fetches information of a certain floatingIP
     """
     self.assertTrue(neutron.show_floatingip("SALTSTACK", profile="openstack1"))