Beispiel #1
0
 def test_show_port(self, mock):
     '''
     Test if it fetches information of a certain port
     '''
     self.assertTrue(neutron.show_port('1080', profile='openstack1'))
Beispiel #2
0
 def test_show_port(self, mock):
     '''
     Test if it fetches information of a certain port
     '''
     self.assertTrue(neutron.show_port('1080', profile='openstack1'))
Beispiel #3
0
 def test_show_port(self, mock):
     """
     Test if it fetches information of a certain port
     """
     self.assertTrue(neutron.show_port("1080", profile="openstack1"))
Beispiel #4
0
 def test_show_port(self):
     """
     Test if it fetches information of a certain port
     """
     self.assertTrue(neutron.show_port("1080", profile="openstack1"))