summaryrefslogtreecommitdiff
path: root/keyword/profiles/profile.robot
diff options
context:
space:
mode:
Diffstat (limited to 'keyword/profiles/profile.robot')
-rw-r--r--keyword/profiles/profile.robot6
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}