Skip to content

Commit da2988c

Browse files
committed
Update use of test packages to latest
Signed-off-by: Avi Deitcher <avi@deitcher.net>
1 parent 4aa891d commit da2988c

File tree

68 files changed

+68
-68
lines changed
  • test
    • cases/020_kernel/200_namespace
      • 010_veth
        • 010_echo-tcp-ipv4-short-1con-single-reverse
        • 010_echo-tcp-ipv4-short-1con-single
        • 011_echo-tcp-ipv4-short-10con-single-reverse
        • 011_echo-tcp-ipv4-short-10con-single
        • 012_echo-tcp-ipv4-short-5con-multi-reverse
        • 012_echo-tcp-ipv4-short-5con-multi
        • 015_echo-tcp-ipv4-long-1con-single-reverse
        • 015_echo-tcp-ipv4-long-1con-single
        • 016_echo-tcp-ipv4-long-10con-single-reverse
        • 016_echo-tcp-ipv4-long-10con-single
        • 017_echo-tcp-ipv4-long-5con-multi-reverse
        • 017_echo-tcp-ipv4-long-5con-multi
        • 020_echo-tcp-ipv6-short-1con-single-reverse
        • 020_echo-tcp-ipv6-short-1con-single
        • 021_echo-tcp-ipv6-short-10con-single-reverse
        • 021_echo-tcp-ipv6-short-10con-single
        • 022_echo-tcp-ipv6-short-5con-multi-reverse
        • 022_echo-tcp-ipv6-short-5con-multi
        • 025_echo-tcp-ipv6-long-1con-single-reverse
        • 025_echo-tcp-ipv6-long-1con-single
        • 026_echo-tcp-ipv6-long-10con-single-reverse
        • 026_echo-tcp-ipv6-long-10con-single
        • 027_echo-tcp-ipv6-long-5con-multi-reverse
        • 027_echo-tcp-ipv6-long-5con-multi
        • 030_echo-udp-ipv4-short-1con-single-reverse
        • 030_echo-udp-ipv4-short-1con-single
        • 031_echo-udp-ipv4-short-10con-single-reverse
        • 031_echo-udp-ipv4-short-10con-single
        • 032_echo-udp-ipv4-short-5con-multi-reverse
        • 032_echo-udp-ipv4-short-5con-multi
        • 035_echo-udp-ipv4-long-1con-single-reverse
        • 035_echo-udp-ipv4-long-1con-single
        • 036_echo-udp-ipv4-long-10con-single-reverse
        • 036_echo-udp-ipv4-long-10con-single
        • 037_echo-udp-ipv4-long-5con-multi-reverse
        • 037_echo-udp-ipv4-long-5con-multi
        • 040_echo-udp-ipv6-short-1con-single-reverse
        • 040_echo-udp-ipv6-short-1con-single
        • 041_echo-udp-ipv6-short-10con-single-reverse
        • 041_echo-udp-ipv6-short-10con-single
        • 042_echo-udp-ipv6-short-5con-multi-reverse
        • 042_echo-udp-ipv6-short-5con-multi
        • 045_echo-udp-ipv6-long-1con-single-reverse
        • 045_echo-udp-ipv6-long-1con-single
        • 046_echo-udp-ipv6-long-10con-single-reverse
        • 046_echo-udp-ipv6-long-10con-single
        • 047_echo-udp-ipv6-long-5con-multi-reverse
        • 047_echo-udp-ipv6-long-5con-multi
      • 050_unix-domain
      • 100_mix
    • pkg/ns

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

68 files changed

+68
-68
lines changed

test/cases/020_kernel/200_namespace/010_veth/010_echo-tcp-ipv4-short-1con-single-reverse/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
onboot:
22
- name: test-ns
3-
image: linuxkit/test-ns:13b6617c725434a5c52af974087c7b8e196be974
3+
image: linuxkit/test-ns:42c9c363d28707a8551d517daf019042946b4b83
44
command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "4", "-p", "tcp", "-s", "-c", "1", "-r"]
55
mounts: # for runc
66
- type: cgroup

test/cases/020_kernel/200_namespace/010_veth/010_echo-tcp-ipv4-short-1con-single/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
onboot:
22
- name: test-ns
3-
image: linuxkit/test-ns:13b6617c725434a5c52af974087c7b8e196be974
3+
image: linuxkit/test-ns:42c9c363d28707a8551d517daf019042946b4b83
44
command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "4", "-p", "tcp", "-s", "-c", "1"]
55
mounts: # for runc
66
- type: cgroup

test/cases/020_kernel/200_namespace/010_veth/011_echo-tcp-ipv4-short-10con-single-reverse/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
onboot:
22
- name: test-ns
3-
image: linuxkit/test-ns:13b6617c725434a5c52af974087c7b8e196be974
3+
image: linuxkit/test-ns:42c9c363d28707a8551d517daf019042946b4b83
44
command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "4", "-p", "tcp", "-s", "-c", "10"]
55
mounts: # for runc
66
- type: cgroup

test/cases/020_kernel/200_namespace/010_veth/011_echo-tcp-ipv4-short-10con-single/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
onboot:
22
- name: test-ns
3-
image: linuxkit/test-ns:13b6617c725434a5c52af974087c7b8e196be974
3+
image: linuxkit/test-ns:42c9c363d28707a8551d517daf019042946b4b83
44
command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "4", "-p", "tcp", "-s", "-c", "10"]
55
mounts: # for runc
66
- type: cgroup

test/cases/020_kernel/200_namespace/010_veth/012_echo-tcp-ipv4-short-5con-multi-reverse/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
onboot:
22
- name: test-ns
3-
image: linuxkit/test-ns:13b6617c725434a5c52af974087c7b8e196be974
3+
image: linuxkit/test-ns:42c9c363d28707a8551d517daf019042946b4b83
44
command: ["/bin/sh", "/runp-runc-net.sh", "5", "-l", "5", "-i", "15", "-ip", "4", "-p", "tcp", "-s", "-c", "5"]
55
mounts: # for runc
66
- type: cgroup

test/cases/020_kernel/200_namespace/010_veth/012_echo-tcp-ipv4-short-5con-multi/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
onboot:
22
- name: test-ns
3-
image: linuxkit/test-ns:13b6617c725434a5c52af974087c7b8e196be974
3+
image: linuxkit/test-ns:42c9c363d28707a8551d517daf019042946b4b83
44
command: ["/bin/sh", "/runp-runc-net.sh", "5", "-l", "5", "-i", "15", "-ip", "4", "-p", "tcp", "-s", "-c", "5"]
55
mounts: # for runc
66
- type: cgroup

test/cases/020_kernel/200_namespace/010_veth/015_echo-tcp-ipv4-long-1con-single-reverse/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
onboot:
22
- name: test-ns
3-
image: linuxkit/test-ns:13b6617c725434a5c52af974087c7b8e196be974
3+
image: linuxkit/test-ns:42c9c363d28707a8551d517daf019042946b4b83
44
command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "4", "-p", "tcp", "-c", "1", "-r"]
55
mounts: # for runc
66
- type: cgroup

test/cases/020_kernel/200_namespace/010_veth/015_echo-tcp-ipv4-long-1con-single/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
onboot:
22
- name: test-ns
3-
image: linuxkit/test-ns:13b6617c725434a5c52af974087c7b8e196be974
3+
image: linuxkit/test-ns:42c9c363d28707a8551d517daf019042946b4b83
44
command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "4", "-p", "tcp", "-c", "1"]
55
mounts: # for runc
66
- type: cgroup

test/cases/020_kernel/200_namespace/010_veth/016_echo-tcp-ipv4-long-10con-single-reverse/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
onboot:
22
- name: test-ns
3-
image: linuxkit/test-ns:13b6617c725434a5c52af974087c7b8e196be974
3+
image: linuxkit/test-ns:42c9c363d28707a8551d517daf019042946b4b83
44
command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "4", "-p", "tcp", "-c", "10"]
55
mounts: # for runc
66
- type: cgroup

test/cases/020_kernel/200_namespace/010_veth/016_echo-tcp-ipv4-long-10con-single/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
onboot:
22
- name: test-ns
3-
image: linuxkit/test-ns:13b6617c725434a5c52af974087c7b8e196be974
3+
image: linuxkit/test-ns:42c9c363d28707a8551d517daf019042946b4b83
44
command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "4", "-p", "tcp", "-c", "10"]
55
mounts: # for runc
66
- type: cgroup

0 commit comments

Comments
 (0)