Skip to content

Commit 2098c14

Browse files
committed
Updated 1MB with always reachable file
1 parent f550738 commit 2098c14

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

network-test/usage_scenario.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ description: Demonstrating the resource consumption of two containers communicat
55

66
compose-file: !include compose.yml
77

8+
89
flow:
910
- name: External-Network-Test
1011
container: gcb-alpine-curl
@@ -16,7 +17,7 @@ flow:
1617
command: sleep 1
1718
note: Sleep 1 s
1819
- type: console
19-
command: curl --fail https://file-examples.com/wp-content/storage/2017/10/file_example_JPG_1MB.jpg --output /tmp/test_image.jpg --silent
20+
command: curl --fail https://raw.githubusercontent.com/green-coding-solutions/example-applications/refs/heads/main/network-test/test_1MB.jpg --output /tmp/test_image.jpg --silent
2021
note: Downloading 1 MB demo file
2122
- name: Pause
2223
container: gcb-alpine-curl
@@ -33,4 +34,3 @@ flow:
3334
note: transfer of 1 MB file in internal docker network
3435
# we introduce another sleep, cause sometims the end of the file transfer has
3536
# a race condition with the end of the measurement and is not attributed anymore
36-

0 commit comments

Comments
 (0)