コード例 #1
0
 def test_update_vpnservice(self):
     """
     Test if it updates a VPN service
     """
     self.assertTrue(
         neutron.update_vpnservice("SALT", "VPN Service1", profile="openstack1")
     )
コード例 #2
0
 def test_update_vpnservice(self, mock):
     '''
     Test if it updates a VPN service
     '''
     self.assertTrue(
         neutron.update_vpnservice('SALT',
                                   'VPN Service1',
                                   profile='openstack1'))
コード例 #3
0
ファイル: neutron_test.py プロジェクト: bryson/salt
 def test_update_vpnservice(self, mock):
     """
     Test if it updates a VPN service
     """
     self.assertTrue(neutron.update_vpnservice("SALT", "VPN Service1", profile="openstack1"))
コード例 #4
0
ファイル: neutron_test.py プロジェクト: dmyerscough/salt
 def test_update_vpnservice(self, mock):
     '''
     Test if it updates a VPN service
     '''
     self.assertTrue(neutron.update_vpnservice('SALT', 'VPN Service1',
                                               profile='openstack1'))