Beispiel #1
0
 def test_show_subnet(self, mock):
     '''
     Test if it fetches information of a certain subnet
     '''
     self.assertTrue(neutron.show_subnet('SALTSTACK', profile='openstack1'))
Beispiel #2
0
 def test_show_subnet(self, mock):
     '''
     Test if it fetches information of a certain subnet
     '''
     self.assertTrue(neutron.show_subnet('SALTSTACK',
                                         profile='openstack1'))
Beispiel #3
0
 def test_show_subnet(self, mock):
     """
     Test if it fetches information of a certain subnet
     """
     self.assertTrue(neutron.show_subnet("SALTSTACK", profile="openstack1"))
Beispiel #4
0
 def test_show_subnet(self):
     """
     Test if it fetches information of a certain subnet
     """
     self.assertTrue(neutron.show_subnet("SALTSTACK", profile="openstack1"))