コード例 #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
ファイル: neutron_test.py プロジェクト: dmyerscough/salt
 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
ファイル: neutron_test.py プロジェクト: bryson/salt
 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"))