diff options
| author | hebingning <[email protected]> | 2024-08-08 08:08:53 +0800 |
|---|---|---|
| committer | hebingning <[email protected]> | 2024-08-08 08:08:53 +0800 |
| commit | 8c9d403460760ed4396cef8912970b45330dd764 (patch) | |
| tree | 9d84cae3c54c66fbca7b1ca167a61d86d18d3c93 /keyword/profiles/profile.robot | |
| parent | 5f12827d76831844d57d1d37a320afdfc8379450 (diff) | |
update code adapt version 24.08develop
Diffstat (limited to 'keyword/profiles/profile.robot')
| -rw-r--r-- | keyword/profiles/profile.robot | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/keyword/profiles/profile.robot b/keyword/profiles/profile.robot index ccbc04a..1506e8a 100644 --- a/keyword/profiles/profile.robot +++ b/keyword/profiles/profile.robot @@ -723,11 +723,11 @@ GetTrustAndUnTrustKeying ${headers} Set variable {"Authorization":"${token}","Content-Type":"application/json"}
Create session api ${httpVersion}://${host}:${port} ${headers} verify=false
#查询SSL的内置信任Keying
- ${response} Get Request api /${version}${keyringProfileUrl}?vsys_id=${vsysId}&name=Default&with_sub_vsys=false
+ ${response} Get Request api /${version}${keyringProfileUrl}?vsys_id=${vsysId}&name=Default&with_sub_vsys=0
${turstKeyring} GetResId ${response} ${resType}
SET GLOBAL VARIABLE ${turstKeyringId} ${turstKeyring}
#查询SSL的内置信任Keying
- ${response} Get Request api /${version}${keyringProfileUrl}?vsys_id=${vsysId}&name=Untrusted&with_sub_vsys=false
+ ${response} Get Request api /${version}${keyringProfileUrl}?vsys_id=${vsysId}&name=Untrusted&with_sub_vsys=0
${unTurstKeyring} GetResId ${response} ${resType}
SET GLOBAL VARIABLE ${unTurstKeyringId} ${unTurstKeyring}
[Return] ${turstKeyringId} ${unTurstKeyringId}
@@ -737,7 +737,7 @@ GetDefaultDescryption ${headers} Set variable {"Authorization":"${token}","Content-Type":"application/json"}
Create session api ${httpVersion}://${host}:${port} ${headers} verify=false
#查询SSL的内置信任Keying
- ${response} Get Request api /${version}${decryptionUrl}?vsys_id=${vsysId}&name=decryption-default&with_sub_vsys=false
+ ${response} Get Request api /${version}${decryptionUrl}?vsys_id=${vsysId}&name=decryption-default&with_sub_vsys=0
${defaultDescryption} GetResId ${response} ${resType}
SET GLOBAL VARIABLE ${defaultDescryptionId} ${defaultDescryption}
[Return] ${defaultDescryptionId}
|
