diff --git a/.github/workflows/iam-dev.ci.yml b/.github/workflows/iam-dev.ci.yml index 3bcb1ff..4817839 100644 --- a/.github/workflows/iam-dev.ci.yml +++ b/.github/workflows/iam-dev.ci.yml @@ -16,7 +16,7 @@ jobs: continue-on-error: true env: - ROBOT_OPTIONS: --variable vo1:test.vo --variable vo1_host:voms-dev.cloud.cnaf.infn.it --variable vo1_issuer:'/DC=org/DC=terena/DC=tcs/C=IT/ST=Roma/O=Istituto Nazionale di Fisica Nucleare/CN=voms-dev.cloud.cnaf.infn.it' --variable vo2:vo.1 --variable vo2_host:voms.test.example --variable vo2_issuer:/C=IT/O=IGI/CN=*.test.example --exclude issue-723 + ROBOT_OPTIONS: --variable vo1:test.vo --variable vo1_host:voms-dev.cloud.cnaf.infn.it --variable vo1_issuer:'/DC=org/DC=terena/DC=tcs/C=IT/ST=Roma/O=Istituto Nazionale di Fisica Nucleare/CN=voms-dev.cloud.cnaf.infn.it' --variable vo2:vo.1 --variable vo2_host:voms.test.example --variable vo2_issuer:/C=IT/O=IGI/CN=*.test.example --exclude issue-723 --exclude issue-724 steps: - name: Checkout diff --git a/tests/clients/init/tests.robot b/tests/clients/init/tests.robot index f734702..491f696 100644 --- a/tests/clients/init/tests.robot +++ b/tests/clients/init/tests.robot @@ -233,10 +233,10 @@ See if voms-proxy-init detects fake arguments [Teardown] Stop using certificate See if requesting a too long proxy fails - [Tags] remote legacy + [Tags] remote legacy issue-724 [Setup] Use certificate test0 ${output} Create proxy --voms ${vo1} --valid 100:00 - Should Contain ${output} The validity of this VOMS AC in your proxy is shortened to 86400 seconds! + Should Contain ${output} The validity of this VOMS AC in your proxy is shortened to [Teardown] Stop using certificate Can AC validity be limited? @@ -249,10 +249,10 @@ Can AC validity be limited? [Teardown] Stop using certificate See if requesting a too long ac length fails - [Tags] remote legacy + [Tags] remote legacy issue-724 [Setup] Use certificate test0 ${output} Create proxy --voms ${vo1} --vomslife 100:00 - Should Contain ${output} The validity of this VOMS AC in your proxy is shortened to 86400 seconds! + Should Contain ${output} The validity of this VOMS AC in your proxy is shortened to [Teardown] Stop using certificate See if a target can be added to a proxy