Skip to content

Commit

Permalink
test: added dirac-diracx-whoami system test
Browse files Browse the repository at this point in the history
  • Loading branch information
fstagni committed Nov 30, 2023
1 parent 68cd8ca commit f0b1ff0
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions tests/System/client_core.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,20 @@ if dirac-proxy-info; then
fi

echo " "
echo "dirac-login"
if ! dirac-login; then
echo "dirac-proxy-init"
if ! dirac-proxy-init; then
exit 1
fi

echo " "
echo "dirac-proxy-init -g gridpp_user"
if ! dirac-proxy-init -g gridpp_user; then
exit 1
fi

echo " "
echo "dirac-diracx-whoami"
if ! dirac-diracx-whoami; then
exit 1
fi

Expand Down

0 comments on commit f0b1ff0

Please sign in to comment.