Skip to content

Commit

Permalink
Check only requested ordered FQANs
Browse files Browse the repository at this point in the history
  • Loading branch information
federicaagostini committed Apr 23, 2024
1 parent 94cedc2 commit 4653f53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/clients/init/options.robot
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ See if voms-proxy-init --order works with multiple arguments
[Setup] Use certificate test0
Create proxy -voms ${vo1} -order /${vo1}/G2/G3 -order /${vo1}/G2
${output} Get proxy info -fqan
${expected}= Set Variable If ${vo1_legacy_fqan_enabled} == True /${vo1}/G2/G3/Role=NULL/Capability=NULL\n/${vo1}/G2/Role=NULL/Capability=NULL\n/${vo1}/G1/Role=NULL/Capability=NULL\n/${vo1}/Role=NULL/Capability=NULL /${vo1}/G2/G3\n/${vo1}/G2\n/${vo1}/G1/\n/${vo1}
${expected}= Set Variable If ${vo1_legacy_fqan_enabled} == True /${vo1}/G2/G3/Role=NULL/Capability=NULL\n/${vo1}/G2/Role=NULL/Capability=NULL /${vo1}/G2/G3\n/${vo1}/G2
Should Be Equal As Strings ${output} ${expected}
[Teardown] Stop using certificate

Expand Down

0 comments on commit 4653f53

Please sign in to comment.