Пример #1
0
 def test_show_vpnservice(self, mock):
     '''
     Test if it fetches information of a specific VPN service
     '''
     self.assertTrue(neutron.show_vpnservice('SALT', profile='openstack1'))
Пример #2
0
 def test_show_vpnservice(self, mock):
     '''
     Test if it fetches information of a specific VPN service
     '''
     self.assertTrue(neutron.show_vpnservice('SALT',
                                             profile='openstack1'))
Пример #3
0
 def test_show_vpnservice(self, mock):
     """
     Test if it fetches information of a specific VPN service
     """
     self.assertTrue(neutron.show_vpnservice("SALT", profile="openstack1"))
Пример #4
0
 def test_show_vpnservice(self):
     """
     Test if it fetches information of a specific VPN service
     """
     self.assertTrue(neutron.show_vpnservice("SALT", profile="openstack1"))