diff --git a/.github/actions/setup-integration-test/action.yml b/.github/actions/setup-integration-test/action.yml index 91b98667f3..b0c3bf7e0f 100644 --- a/.github/actions/setup-integration-test/action.yml +++ b/.github/actions/setup-integration-test/action.yml @@ -71,6 +71,4 @@ runs: shell: bash if: runner.os == 'Linux' run: | - sudo echo "127.0.0.1 testsite" | sudo tee -a /etc/hosts - - + sudo echo "127.0.0.1 testsite" | sudo tee -a /etc/hosts \ No newline at end of file diff --git a/.github/workflows/browser-compatibility-test-previous-major-version.yml b/.github/workflows/browser-compatibility-test-previous-major-version.yml index 4544503505..4dddfeb02f 100644 --- a/.github/workflows/browser-compatibility-test-previous-major-version.yml +++ b/.github/workflows/browser-compatibility-test-previous-major-version.yml @@ -17,7 +17,7 @@ env: permissions: id-token: write # This is required for requesting the JWT - + jobs: get-previous-version: name: Get Previous Major Version diff --git a/integration/configs/browserCompatibilityTest/desktop/linux/audio_test.config.json b/integration/configs/browserCompatibilityTest/desktop/linux/audio_test.config.json index 66dd9cff05..2e7059d135 100644 --- a/integration/configs/browserCompatibilityTest/desktop/linux/audio_test.config.json +++ b/integration/configs/browserCompatibilityTest/desktop/linux/audio_test.config.json @@ -10,7 +10,7 @@ "noOfThreads": 1, "testImpl": "AudioTest.js", "payload": { - "url": "http://localhost:8080/?earlyConnect=1", + "url": "http://testsite:8080/?earlyConnect=1", "retry": 2 } } diff --git a/integration/configs/browserCompatibilityTest/desktop/linux/content_share_screen_capture_test.config.json b/integration/configs/browserCompatibilityTest/desktop/linux/content_share_screen_capture_test.config.json index 5ad6bd722a..8708c93f6b 100644 --- a/integration/configs/browserCompatibilityTest/desktop/linux/content_share_screen_capture_test.config.json +++ b/integration/configs/browserCompatibilityTest/desktop/linux/content_share_screen_capture_test.config.json @@ -11,7 +11,7 @@ "noOfThreads": 1, "testImpl": "ContentShareScreenCapture.js", "payload":{ - "url": "http://localhost:8080/?earlyConnect=1", + "url": "http://testsite:8080/?earlyConnect=1", "retry": 2 } } diff --git a/integration/configs/browserCompatibilityTest/desktop/linux/content_share_video_test.config.json b/integration/configs/browserCompatibilityTest/desktop/linux/content_share_video_test.config.json index 596d90603e..2b9550b4d8 100644 --- a/integration/configs/browserCompatibilityTest/desktop/linux/content_share_video_test.config.json +++ b/integration/configs/browserCompatibilityTest/desktop/linux/content_share_video_test.config.json @@ -10,7 +10,7 @@ "noOfThreads": 1, "testImpl": "ContentShareVideoTest.js", "payload": { - "url": "http://localhost:8080/", + "url": "http://testsite:8080/", "retry": 2 } } diff --git a/integration/configs/browserCompatibilityTest/desktop/linux/data_message_test.config.json b/integration/configs/browserCompatibilityTest/desktop/linux/data_message_test.config.json index ce658b8f5b..f64cfad2ab 100644 --- a/integration/configs/browserCompatibilityTest/desktop/linux/data_message_test.config.json +++ b/integration/configs/browserCompatibilityTest/desktop/linux/data_message_test.config.json @@ -11,7 +11,7 @@ "noOfThreads": 1, "testImpl": "DataMessageTest.js", "payload":{ - "url": "http://localhost:8080/?earlyConnect=1", + "url": "http://testsite:8080/?earlyConnect=1", "retry": 2 } } diff --git a/integration/configs/browserCompatibilityTest/desktop/linux/meeting_end_test.config.json b/integration/configs/browserCompatibilityTest/desktop/linux/meeting_end_test.config.json index 4b136603aa..11c8b1f497 100644 --- a/integration/configs/browserCompatibilityTest/desktop/linux/meeting_end_test.config.json +++ b/integration/configs/browserCompatibilityTest/desktop/linux/meeting_end_test.config.json @@ -11,7 +11,7 @@ "noOfThreads": 1, "testImpl": "MeetingEndTest.js", "payload":{ - "url": "http://localhost:8080/?earlyConnect=1", + "url": "http://testsite:8080/?earlyConnect=1", "retry": 2 } } diff --git a/integration/configs/browserCompatibilityTest/desktop/linux/video_test.config.json b/integration/configs/browserCompatibilityTest/desktop/linux/video_test.config.json index dc7b49d26b..5f6e641fd7 100644 --- a/integration/configs/browserCompatibilityTest/desktop/linux/video_test.config.json +++ b/integration/configs/browserCompatibilityTest/desktop/linux/video_test.config.json @@ -11,7 +11,7 @@ "noOfThreads": 1, "testImpl": "VideoTest.js", "payload":{ - "url": "http://localhost:8080/?earlyConnect=1", + "url": "http://testsite:8080/?earlyConnect=1", "retry": 2 } }