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