From f6d1ca40c5e1f6ce9e2c2c368ec75c0e2d91d92e Mon Sep 17 00:00:00 2001 From: Ark74 Date: Wed, 16 Dec 2020 10:28:28 -0600 Subject: [PATCH] Fix path to include media --- mode/grid/selenium-grid-docker.sh | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/mode/grid/selenium-grid-docker.sh b/mode/grid/selenium-grid-docker.sh index f9fee05..24f7b14 100644 --- a/mode/grid/selenium-grid-docker.sh +++ b/mode/grid/selenium-grid-docker.sh @@ -42,10 +42,10 @@ ln -s /usr/local/bin/docker-compose /usr/bin/docker-compose # Jitsi Meet Torture cd /opt git clone https://github.com/jitsi/jitsi-meet-torture -cd /opt/jitsi-meet-torture/resources +cd jitsi-meet-torture/resources wget -c https://media.xiph.org/video/derf/y4m/FourPeople_1280x720_60.y4m cp FourPeople_1280x720_60.y4m FourPeople_1280x720_30.y4m -cd /opt +cd .. #150 "participants" available ## Tested up to 120 with AWS c5.24xlarge @@ -125,10 +125,12 @@ services: restart: always SELENIUM_GRID_DOCKER -docker-compose -f /opt/selenium.yml up -d +docker-compose -f selenium.yml up -d + echo -e "\n#=================== End of Seleniun Grid build ========================#\n" echo -e "\nChange the values acording to you test requirements using something like;\n" -echo "sudo bash /opt/jitsi-meet-torture/scripts/malleus.sh \\ +echo "cd /opt/jitsi-meet-torture +sudo bash /opt/jitsi-meet-torture/scripts/malleus.sh \\ --conferences=1 \\ --participants=30 \\ --senders=2 \\