Skip to content

Commit

Permalink
Add PSCALE_PORT in e2e/array-info.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
AkshaySainiDell authored Sep 27, 2024
1 parent b2a5f84 commit 66b0a27
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/e2e/array-info.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ export PFLEX_TENANT_PREFIX="tn1"
export PSCALE_CLUSTER="Isilon-System-Name"
export PSCALE_USER="username"
export PSCALE_PASS="password"
export PSCALE_ENDPOINT="1.1.1.1:8080"
export PSCALE_ENDPOINT="1.1.1.1"
export PSCALE_PORT="8080"
export PSCALE_AUTH_ENDPOINT="localhost"
export PSCALE_AUTH_PORT="9400"
# The following are Authorization Proxy Server specific for powerscale:
Expand Down

0 comments on commit 66b0a27

Please sign in to comment.