Skip to content

Commit

Permalink
feat: Adds jwt param to malleus.
Browse files Browse the repository at this point in the history
  • Loading branch information
damencho committed Jan 11, 2024
1 parent 1882845 commit 510a757
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/malleus.sh
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ set_defaults() {
MALLEUS_SET_SAVELOGS=false
fi

# Null is a fine default for MALLEUS_EXTRA_SENDER_PARAMS and MALLEUS_EXTRA_RECEIVER_PARAMS
# Null is a fine default for MALLEUS_EXTRA_SENDER_PARAMS, MALLEUS_EXTRA_RECEIVER_PARAMS and MALLEUS_JWT
}

case $1 in
Expand Down Expand Up @@ -144,6 +144,7 @@ case $1 in
--extra-receiver-params) MALLEUS_EXTRA_RECEIVER_PARAMS=$optvalue;;
--max-disrupted-bridges-pct) MALLEUS_MAX_DISRUPTED_BRIDGES_PCT=$optvalue;;
--debug) set -x;;
--jwt) MALLEUS_JWT=$optvalue;;
*)
usage
;;
Expand Down Expand Up @@ -232,6 +233,7 @@ mvn \
-Dremote.address=$MALLEUS_HUB_URL \
-DallowInsecureCerts=$MALLEUS_ALLOW_INSECURE_CERTS \
-Djitsi-meet.tests.toRun=$MALLEUS_TESTS_TO_RUN \
-Dorg.jitsi.token=$MALLEUS_JWT \
-Dwdm.gitHubTokenName=jitsi-jenkins \
-Dremote.resource.path=/usr/share/jitsi-meet-torture \
-Djitsi-meet.instance.url=$MALLEUS_INSTANCE_URL \
Expand Down

0 comments on commit 510a757

Please sign in to comment.