You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the current test suite logic we assume that authn/z with x509 VOMS proxy is enabled in all RSEs. Thus, we use it to setup the environment, i.e. create testsuite directory, upload files, etc..
This assumption is actually not valid for lapp-webdav endopoint.
This issue is for changing the suite setup/teardown logic.
Basically, we can use a condition: if some endpoint does not allow x509 VOMS proxy authz, we set up the environment using tokens.
The text was updated successfully, but these errors were encountered:
In the current test suite logic we assume that authn/z with x509 VOMS proxy is enabled in all RSEs. Thus, we use it to setup the environment, i.e. create testsuite directory, upload files, etc..
This assumption is actually not valid for
lapp-webdav
endopoint.This issue is for changing the suite setup/teardown logic.
Basically, we can use a condition: if some endpoint does not allow x509 VOMS proxy authz, we set up the environment using tokens.
The text was updated successfully, but these errors were encountered: