From 91207540e40bdc6ff16bad2189d721c7119139a6 Mon Sep 17 00:00:00 2001 From: Justin Cormack Date: Fri, 1 Sep 2017 15:55:53 +0100 Subject: [PATCH] Change "output" to "format" in moby tool This is less confusing as there is also an output option to set the file. See https://github.com/moby/tool/pull/146 Signed-off-by: Justin Cormack --- Makefile | 2 +- README.md | 4 ++-- docs/platform-aws.md | 2 +- docs/platform-azure.md | 2 +- docs/platform-gcp.md | 4 ++-- projects/ima-namespace/Makefile | 2 +- projects/kubernetes/Makefile | 4 ++-- test/Makefile | 4 ++-- test/cases/000_build/000_outputs/000_kernel+initrd/test.sh | 2 +- test/cases/000_build/000_outputs/001_iso-bios/test.sh | 2 +- test/cases/000_build/000_outputs/002_iso-efi/test.sh | 2 +- test/cases/000_build/000_outputs/003_gcp/test.sh | 2 +- test/cases/000_build/000_outputs/004_raw/test.sh | 2 +- test/cases/000_build/000_outputs/005_qcow2/test.sh | 2 +- test/cases/000_build/000_outputs/006_vhd/test.sh | 2 +- test/cases/000_build/000_outputs/007_vmdk/test.sh | 2 +- test/cases/010_platforms/000_qemu/000_run_kernel/test.sh | 2 +- test/cases/010_platforms/000_qemu/010_run_iso/test.sh | 2 +- test/cases/010_platforms/000_qemu/020_run_efi/test.sh | 2 +- test/cases/010_platforms/000_qemu/030_run_qcow/test.sh | 2 +- test/cases/010_platforms/000_qemu/040_run_raw/test.sh | 2 +- test/cases/010_platforms/000_qemu/100_container/test.sh | 2 +- test/cases/010_platforms/010_hyperkit/000_run_kernel/test.sh | 2 +- test/cases/010_platforms/010_hyperkit/010_acpi/test.sh | 2 +- test/cases/020_kernel/000_config_4.4.x/test.sh | 2 +- test/cases/020_kernel/001_config_4.9.x/test.sh | 2 +- test/cases/020_kernel/004_config_4.12.x/test.sh | 2 +- test/cases/020_kernel/010_kmod_4.9.x/test.sh | 2 +- .../010_echo-tcp-ipv4-short-1con-single-reverse/test.sh | 2 +- .../010_veth/010_echo-tcp-ipv4-short-1con-single/test.sh | 2 +- .../011_echo-tcp-ipv4-short-10con-single-reverse/test.sh | 2 +- .../010_veth/011_echo-tcp-ipv4-short-10con-single/test.sh | 2 +- .../012_echo-tcp-ipv4-short-5con-multi-reverse/test.sh | 2 +- .../010_veth/012_echo-tcp-ipv4-short-5con-multi/test.sh | 2 +- .../015_echo-tcp-ipv4-long-1con-single-reverse/test.sh | 2 +- .../010_veth/015_echo-tcp-ipv4-long-1con-single/test.sh | 2 +- .../016_echo-tcp-ipv4-long-10con-single-reverse/test.sh | 2 +- .../010_veth/016_echo-tcp-ipv4-long-10con-single/test.sh | 2 +- .../017_echo-tcp-ipv4-long-5con-multi-reverse/test.sh | 2 +- .../010_veth/017_echo-tcp-ipv4-long-5con-multi/test.sh | 2 +- .../020_echo-tcp-ipv6-short-1con-single-reverse/test.sh | 2 +- .../010_veth/020_echo-tcp-ipv6-short-1con-single/test.sh | 2 +- .../021_echo-tcp-ipv6-short-10con-single-reverse/test.sh | 2 +- .../010_veth/021_echo-tcp-ipv6-short-10con-single/test.sh | 2 +- .../022_echo-tcp-ipv6-short-5con-multi-reverse/test.sh | 2 +- .../010_veth/022_echo-tcp-ipv6-short-5con-multi/test.sh | 2 +- .../025_echo-tcp-ipv6-long-1con-single-reverse/test.sh | 2 +- .../010_veth/025_echo-tcp-ipv6-long-1con-single/test.sh | 2 +- .../026_echo-tcp-ipv6-long-10con-single-reverse/test.sh | 2 +- .../010_veth/026_echo-tcp-ipv6-long-10con-single/test.sh | 2 +- .../027_echo-tcp-ipv6-long-5con-multi-reverse/test.sh | 2 +- .../010_veth/027_echo-tcp-ipv6-long-5con-multi/test.sh | 2 +- .../030_echo-udp-ipv4-short-1con-single-reverse/test.sh | 2 +- .../010_veth/030_echo-udp-ipv4-short-1con-single/test.sh | 2 +- .../031_echo-udp-ipv4-short-10con-single-reverse/test.sh | 2 +- .../010_veth/031_echo-udp-ipv4-short-10con-single/test.sh | 2 +- .../032_echo-udp-ipv4-short-5con-multi-reverse/test.sh | 2 +- .../010_veth/032_echo-udp-ipv4-short-5con-multi/test.sh | 2 +- .../035_echo-udp-ipv4-long-1con-single-reverse/test.sh | 2 +- .../010_veth/035_echo-udp-ipv4-long-1con-single/test.sh | 2 +- .../036_echo-udp-ipv4-long-10con-single-reverse/test.sh | 2 +- .../010_veth/036_echo-udp-ipv4-long-10con-single/test.sh | 2 +- .../037_echo-udp-ipv4-long-5con-multi-reverse/test.sh | 2 +- .../010_veth/037_echo-udp-ipv4-long-5con-multi/test.sh | 2 +- .../040_echo-udp-ipv6-short-1con-single-reverse/test.sh | 2 +- .../010_veth/040_echo-udp-ipv6-short-1con-single/test.sh | 2 +- .../041_echo-udp-ipv6-short-10con-single-reverse/test.sh | 2 +- .../010_veth/041_echo-udp-ipv6-short-10con-single/test.sh | 2 +- .../042_echo-udp-ipv6-short-5con-multi-reverse/test.sh | 2 +- .../010_veth/042_echo-udp-ipv6-short-5con-multi/test.sh | 2 +- .../045_echo-udp-ipv6-long-1con-single-reverse/test.sh | 2 +- .../010_veth/045_echo-udp-ipv6-long-1con-single/test.sh | 2 +- .../046_echo-udp-ipv6-long-10con-single-reverse/test.sh | 2 +- .../010_veth/046_echo-udp-ipv6-long-10con-single/test.sh | 2 +- .../047_echo-udp-ipv6-long-5con-multi-reverse/test.sh | 2 +- .../010_veth/047_echo-udp-ipv6-long-5con-multi/test.sh | 2 +- .../010_echo-short-1con-single-reverse/test.sh | 2 +- .../050_unix-domain/010_echo-short-1con-single/test.sh | 2 +- .../011_echo-short-10con-single-reverse/test.sh | 2 +- .../050_unix-domain/011_echo-short-10con-single/test.sh | 2 +- .../050_unix-domain/012_echo-short-5con-multi-reverse/test.sh | 2 +- .../050_unix-domain/012_echo-short-5con-multi/test.sh | 2 +- .../050_unix-domain/015_echo-long-1con-single-reverse/test.sh | 2 +- .../050_unix-domain/015_echo-long-1con-single/test.sh | 2 +- .../016_echo-long-10con-single-reverse/test.sh | 2 +- .../050_unix-domain/016_echo-long-10con-single/test.sh | 2 +- .../050_unix-domain/017_echo-long-5con-multi-reverse/test.sh | 2 +- .../050_unix-domain/017_echo-long-5con-multi/test.sh | 2 +- .../100_mix/010_veth-unix-domain-echo/test.sh | 2 +- .../100_mix/011_veth-unix-domain-echo-reverse/test.sh | 2 +- .../000_kernel-4.4.x/100_mix/012_veth-ipv4-echo/test.sh | 2 +- .../000_kernel-4.4.x/100_mix/013_veth-ipv6-echo/test.sh | 2 +- .../000_kernel-4.4.x/100_mix/014_veth-tcp-echo/test.sh | 2 +- .../000_kernel-4.4.x/100_mix/015_veth-udp-echo/test.sh | 2 +- .../000_kernel-4.4.x/100_mix/020_unix-domain-echo/test.sh | 2 +- .../010_echo-tcp-ipv4-short-1con-single-reverse/test.sh | 2 +- .../010_veth/010_echo-tcp-ipv4-short-1con-single/test.sh | 2 +- .../011_echo-tcp-ipv4-short-10con-single-reverse/test.sh | 2 +- .../010_veth/011_echo-tcp-ipv4-short-10con-single/test.sh | 2 +- .../012_echo-tcp-ipv4-short-5con-multi-reverse/test.sh | 2 +- .../010_veth/012_echo-tcp-ipv4-short-5con-multi/test.sh | 2 +- .../015_echo-tcp-ipv4-long-1con-single-reverse/test.sh | 2 +- .../010_veth/015_echo-tcp-ipv4-long-1con-single/test.sh | 2 +- .../016_echo-tcp-ipv4-long-10con-single-reverse/test.sh | 2 +- .../010_veth/016_echo-tcp-ipv4-long-10con-single/test.sh | 2 +- .../017_echo-tcp-ipv4-long-5con-multi-reverse/test.sh | 2 +- .../010_veth/017_echo-tcp-ipv4-long-5con-multi/test.sh | 2 +- .../020_echo-tcp-ipv6-short-1con-single-reverse/test.sh | 2 +- .../010_veth/020_echo-tcp-ipv6-short-1con-single/test.sh | 2 +- .../021_echo-tcp-ipv6-short-10con-single-reverse/test.sh | 2 +- .../010_veth/021_echo-tcp-ipv6-short-10con-single/test.sh | 2 +- .../022_echo-tcp-ipv6-short-5con-multi-reverse/test.sh | 2 +- .../010_veth/022_echo-tcp-ipv6-short-5con-multi/test.sh | 2 +- .../025_echo-tcp-ipv6-long-1con-single-reverse/test.sh | 2 +- .../010_veth/025_echo-tcp-ipv6-long-1con-single/test.sh | 2 +- .../026_echo-tcp-ipv6-long-10con-single-reverse/test.sh | 2 +- .../010_veth/026_echo-tcp-ipv6-long-10con-single/test.sh | 2 +- .../027_echo-tcp-ipv6-long-5con-multi-reverse/test.sh | 2 +- .../010_veth/027_echo-tcp-ipv6-long-5con-multi/test.sh | 2 +- .../030_echo-udp-ipv4-short-1con-single-reverse/test.sh | 2 +- .../010_veth/030_echo-udp-ipv4-short-1con-single/test.sh | 2 +- .../031_echo-udp-ipv4-short-10con-single-reverse/test.sh | 2 +- .../010_veth/031_echo-udp-ipv4-short-10con-single/test.sh | 2 +- .../032_echo-udp-ipv4-short-5con-multi-reverse/test.sh | 2 +- .../010_veth/032_echo-udp-ipv4-short-5con-multi/test.sh | 2 +- .../035_echo-udp-ipv4-long-1con-single-reverse/test.sh | 2 +- .../010_veth/035_echo-udp-ipv4-long-1con-single/test.sh | 2 +- .../036_echo-udp-ipv4-long-10con-single-reverse/test.sh | 2 +- .../010_veth/036_echo-udp-ipv4-long-10con-single/test.sh | 2 +- .../037_echo-udp-ipv4-long-5con-multi-reverse/test.sh | 2 +- .../010_veth/037_echo-udp-ipv4-long-5con-multi/test.sh | 2 +- .../040_echo-udp-ipv6-short-1con-single-reverse/test.sh | 2 +- .../010_veth/040_echo-udp-ipv6-short-1con-single/test.sh | 2 +- .../041_echo-udp-ipv6-short-10con-single-reverse/test.sh | 2 +- .../010_veth/041_echo-udp-ipv6-short-10con-single/test.sh | 2 +- .../042_echo-udp-ipv6-short-5con-multi-reverse/test.sh | 2 +- .../010_veth/042_echo-udp-ipv6-short-5con-multi/test.sh | 2 +- .../045_echo-udp-ipv6-long-1con-single-reverse/test.sh | 2 +- .../010_veth/045_echo-udp-ipv6-long-1con-single/test.sh | 2 +- .../046_echo-udp-ipv6-long-10con-single-reverse/test.sh | 2 +- .../010_veth/046_echo-udp-ipv6-long-10con-single/test.sh | 2 +- .../047_echo-udp-ipv6-long-5con-multi-reverse/test.sh | 2 +- .../010_veth/047_echo-udp-ipv6-long-5con-multi/test.sh | 2 +- .../010_echo-short-1con-single-reverse/test.sh | 2 +- .../050_unix-domain/010_echo-short-1con-single/test.sh | 2 +- .../011_echo-short-10con-single-reverse/test.sh | 2 +- .../050_unix-domain/011_echo-short-10con-single/test.sh | 2 +- .../050_unix-domain/012_echo-short-5con-multi-reverse/test.sh | 2 +- .../050_unix-domain/012_echo-short-5con-multi/test.sh | 2 +- .../050_unix-domain/015_echo-long-1con-single-reverse/test.sh | 2 +- .../050_unix-domain/015_echo-long-1con-single/test.sh | 2 +- .../016_echo-long-10con-single-reverse/test.sh | 2 +- .../050_unix-domain/016_echo-long-10con-single/test.sh | 2 +- .../050_unix-domain/017_echo-long-5con-multi-reverse/test.sh | 2 +- .../050_unix-domain/017_echo-long-5con-multi/test.sh | 2 +- .../100_mix/010_veth-unix-domain-echo/test.sh | 2 +- .../100_mix/011_veth-unix-domain-echo-reverse/test.sh | 2 +- .../001_kernel-4.9.x/100_mix/012_veth-ipv4-echo/test.sh | 2 +- .../001_kernel-4.9.x/100_mix/013_veth-ipv6-echo/test.sh | 2 +- .../001_kernel-4.9.x/100_mix/014_veth-tcp-echo/test.sh | 2 +- .../001_kernel-4.9.x/100_mix/015_veth-udp-echo/test.sh | 2 +- .../001_kernel-4.9.x/100_mix/020_unix-domain-echo/test.sh | 2 +- .../010_echo-tcp-ipv4-short-1con-single-reverse/test.sh | 2 +- .../010_veth/010_echo-tcp-ipv4-short-1con-single/test.sh | 2 +- .../011_echo-tcp-ipv4-short-10con-single-reverse/test.sh | 2 +- .../010_veth/011_echo-tcp-ipv4-short-10con-single/test.sh | 2 +- .../012_echo-tcp-ipv4-short-5con-multi-reverse/test.sh | 2 +- .../010_veth/012_echo-tcp-ipv4-short-5con-multi/test.sh | 2 +- .../015_echo-tcp-ipv4-long-1con-single-reverse/test.sh | 2 +- .../010_veth/015_echo-tcp-ipv4-long-1con-single/test.sh | 2 +- .../016_echo-tcp-ipv4-long-10con-single-reverse/test.sh | 2 +- .../010_veth/016_echo-tcp-ipv4-long-10con-single/test.sh | 2 +- .../017_echo-tcp-ipv4-long-5con-multi-reverse/test.sh | 2 +- .../010_veth/017_echo-tcp-ipv4-long-5con-multi/test.sh | 2 +- .../020_echo-tcp-ipv6-short-1con-single-reverse/test.sh | 2 +- .../010_veth/020_echo-tcp-ipv6-short-1con-single/test.sh | 2 +- .../021_echo-tcp-ipv6-short-10con-single-reverse/test.sh | 2 +- .../010_veth/021_echo-tcp-ipv6-short-10con-single/test.sh | 2 +- .../022_echo-tcp-ipv6-short-5con-multi-reverse/test.sh | 2 +- .../010_veth/022_echo-tcp-ipv6-short-5con-multi/test.sh | 2 +- .../025_echo-tcp-ipv6-long-1con-single-reverse/test.sh | 2 +- .../010_veth/025_echo-tcp-ipv6-long-1con-single/test.sh | 2 +- .../026_echo-tcp-ipv6-long-10con-single-reverse/test.sh | 2 +- .../010_veth/026_echo-tcp-ipv6-long-10con-single/test.sh | 2 +- .../027_echo-tcp-ipv6-long-5con-multi-reverse/test.sh | 2 +- .../010_veth/027_echo-tcp-ipv6-long-5con-multi/test.sh | 2 +- .../030_echo-udp-ipv4-short-1con-single-reverse/test.sh | 2 +- .../010_veth/030_echo-udp-ipv4-short-1con-single/test.sh | 2 +- .../031_echo-udp-ipv4-short-10con-single-reverse/test.sh | 2 +- .../010_veth/031_echo-udp-ipv4-short-10con-single/test.sh | 2 +- .../032_echo-udp-ipv4-short-5con-multi-reverse/test.sh | 2 +- .../010_veth/032_echo-udp-ipv4-short-5con-multi/test.sh | 2 +- .../035_echo-udp-ipv4-long-1con-single-reverse/test.sh | 2 +- .../010_veth/035_echo-udp-ipv4-long-1con-single/test.sh | 2 +- .../036_echo-udp-ipv4-long-10con-single-reverse/test.sh | 2 +- .../010_veth/036_echo-udp-ipv4-long-10con-single/test.sh | 2 +- .../037_echo-udp-ipv4-long-5con-multi-reverse/test.sh | 2 +- .../010_veth/037_echo-udp-ipv4-long-5con-multi/test.sh | 2 +- .../040_echo-udp-ipv6-short-1con-single-reverse/test.sh | 2 +- .../010_veth/040_echo-udp-ipv6-short-1con-single/test.sh | 2 +- .../041_echo-udp-ipv6-short-10con-single-reverse/test.sh | 2 +- .../010_veth/041_echo-udp-ipv6-short-10con-single/test.sh | 2 +- .../042_echo-udp-ipv6-short-5con-multi-reverse/test.sh | 2 +- .../010_veth/042_echo-udp-ipv6-short-5con-multi/test.sh | 2 +- .../045_echo-udp-ipv6-long-1con-single-reverse/test.sh | 2 +- .../010_veth/045_echo-udp-ipv6-long-1con-single/test.sh | 2 +- .../046_echo-udp-ipv6-long-10con-single-reverse/test.sh | 2 +- .../010_veth/046_echo-udp-ipv6-long-10con-single/test.sh | 2 +- .../047_echo-udp-ipv6-long-5con-multi-reverse/test.sh | 2 +- .../010_veth/047_echo-udp-ipv6-long-5con-multi/test.sh | 2 +- .../010_echo-short-1con-single-reverse/test.sh | 2 +- .../050_unix-domain/010_echo-short-1con-single/test.sh | 2 +- .../011_echo-short-10con-single-reverse/test.sh | 2 +- .../050_unix-domain/011_echo-short-10con-single/test.sh | 2 +- .../050_unix-domain/012_echo-short-5con-multi-reverse/test.sh | 2 +- .../050_unix-domain/012_echo-short-5con-multi/test.sh | 2 +- .../050_unix-domain/015_echo-long-1con-single-reverse/test.sh | 2 +- .../050_unix-domain/015_echo-long-1con-single/test.sh | 2 +- .../016_echo-long-10con-single-reverse/test.sh | 2 +- .../050_unix-domain/016_echo-long-10con-single/test.sh | 2 +- .../050_unix-domain/017_echo-long-5con-multi-reverse/test.sh | 2 +- .../050_unix-domain/017_echo-long-5con-multi/test.sh | 2 +- .../100_mix/010_veth-unix-domain-echo/test.sh | 2 +- .../100_mix/011_veth-unix-domain-echo-reverse/test.sh | 2 +- .../004_kernel-4.12.x/100_mix/012_veth-ipv4-echo/test.sh | 2 +- .../004_kernel-4.12.x/100_mix/013_veth-ipv6-echo/test.sh | 2 +- .../004_kernel-4.12.x/100_mix/014_veth-tcp-echo/test.sh | 2 +- .../004_kernel-4.12.x/100_mix/015_veth-udp-echo/test.sh | 2 +- .../004_kernel-4.12.x/100_mix/020_unix-domain-echo/test.sh | 2 +- test/cases/030_security/010_ports/test.sh | 2 +- test/cases/040_packages/002_binfmt/test.sh | 2 +- test/cases/040_packages/003_ca-certificates/test.sh | 2 +- test/cases/040_packages/004_dhcpcd/test.sh | 2 +- test/cases/040_packages/005_extend/000_ext4/test.sh | 4 ++-- test/cases/040_packages/005_extend/001_btrfs/test.sh | 4 ++-- test/cases/040_packages/005_extend/002_xfs/test.sh | 4 ++-- test/cases/040_packages/006_format_mount/000_auto/test.sh | 2 +- test/cases/040_packages/006_format_mount/001_by_label/test.sh | 2 +- test/cases/040_packages/006_format_mount/002_by_name/test.sh | 2 +- test/cases/040_packages/006_format_mount/003_btrfs/test.sh | 2 +- test/cases/040_packages/006_format_mount/004_xfs/test.sh | 2 +- test/cases/040_packages/006_format_mount/010_multiple/test.sh | 2 +- test/cases/040_packages/013_mkimage/test.sh | 4 ++-- test/cases/040_packages/019_sysctl/test.sh | 2 +- test/cases/040_packages/023_wireguard/test.sh | 2 +- 245 files changed, 253 insertions(+), 253 deletions(-) diff --git a/Makefile b/Makefile index e3b0f8b93..7f04cc54d 100644 --- a/Makefile +++ b/Makefile @@ -21,7 +21,7 @@ endif PREFIX?=/usr/local/ MOBY_REPO=https://github.com/moby/tool.git -MOBY_COMMIT=69596e17ddb01fc3d3e75774bffeb760812b2f97 +MOBY_COMMIT=1ff0e3beeeb1e741b9c5a54574f01ac5eee525a5 MOBY_VERSION=0.0 bin/moby: tmp_moby_bin.tar | bin tar xf $< diff --git a/README.md b/README.md index 4bd8a0ba6..c196aa477 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ Once you have built the tool, use ``` moby build linuxkit.yml ``` -to build the example configuration. You can also specify different output formats, eg `moby build -output raw linuxkit.yml` to +to build the example configuration. You can also specify different output formats, eg `moby build -format raw linuxkit.yml` to output a raw bootable disk image. See `moby build -help` for more information. ### Booting and Testing @@ -102,7 +102,7 @@ To customise, copy or modify the [`linuxkit.yml`](linuxkit.yml) to your own `fil generate its specified output. You can run the output with `linuxkit run file`. The yaml file specifies a kernel and base init system, a set of containers that are built into the generated image and started at boot time. You can specify the type -of artifact to build with the `moby` tool eg `moby build -output vhd linuxkit.yml`. +of artifact to build with the `moby` tool eg `moby build -format vhd linuxkit.yml`. If you want to build your own packages, see this [document](docs/packages.md). diff --git a/docs/platform-aws.md b/docs/platform-aws.md index 52457f6fb..9f9a09d1a 100644 --- a/docs/platform-aws.md +++ b/docs/platform-aws.md @@ -22,7 +22,7 @@ export AWS_REGION=eu-west-1 AWS requires a `RAW` image. To create one: ``` -$ moby build -output raw examples/aws.yml +$ moby build -format raw examples/aws.yml ``` ## Push image diff --git a/docs/platform-azure.md b/docs/platform-azure.md index 525cbd552..4b0b4a579 100644 --- a/docs/platform-azure.md +++ b/docs/platform-azure.md @@ -23,7 +23,7 @@ here](https://docs.microsoft.com/en-us/azure/azure-resource-manager/resource-gro ## Build an image -Create a new `azure.yml` file [based on the Azure example](../examples/azure.yml), generate a new SSH key and add it in the `yml`, then `moby build -output vhd azure.yml`. +Create a new `azure.yml` file [based on the Azure example](../examples/azure.yml), generate a new SSH key and add it in the `yml`, then `moby build -format vhd azure.yml`. This will output a `azure.vhd` image. diff --git a/docs/platform-gcp.md b/docs/platform-gcp.md index f8eb7c5e9..a0243988d 100644 --- a/docs/platform-gcp.md +++ b/docs/platform-gcp.md @@ -50,11 +50,11 @@ Make sure to download the credentials in JSON format and store them somewhere sa ## Build an image -When using `moby build ...` to build an image, specify `-output gcp` to +When using `moby build ...` to build an image, specify `-format gcp` to build an image in a format that GCP will understand. For example: ``` -moby build -output gcp myprefix.yml +moby build -format gcp myprefix.yml ``` This will create a local `myprefix.img.tar.gz` compressed image file. diff --git a/projects/ima-namespace/Makefile b/projects/ima-namespace/Makefile index fbce8a6d2..7274b5a52 100644 --- a/projects/ima-namespace/Makefile +++ b/projects/ima-namespace/Makefile @@ -3,7 +3,7 @@ run: ima-namespace-kernel ../../bin/linuxkit run ima-namespace ima-namespace-kernel: ima-namespace.yml - ../../bin/moby build -output kernel+initrd ima-namespace + ../../bin/moby build -format kernel+initrd ima-namespace .PHONY: clean clean: diff --git a/projects/kubernetes/Makefile b/projects/kubernetes/Makefile index 189e7ca38..c9e5da86d 100644 --- a/projects/kubernetes/Makefile +++ b/projects/kubernetes/Makefile @@ -13,10 +13,10 @@ push-container-images: build-vm-images: kube-master.iso kube-node.iso kube-master.iso: kube-master.yml - moby build -name kube-master -output iso-efi -output iso-bios kube-master.yml + moby build -name kube-master -format iso-efi -format iso-bios kube-master.yml kube-node.iso: kube-node.yml - moby build -name kube-node -output iso-efi -output iso-bios kube-node.yml + moby build -name kube-node -format iso-efi -format iso-bios kube-node.yml clean: rm -f -r \ diff --git a/test/Makefile b/test/Makefile index 249b1cf8f..c44ea94bb 100644 --- a/test/Makefile +++ b/test/Makefile @@ -31,7 +31,7 @@ gcp-hack: ../artifacts/test.img.tar.gz ../artifacts/test.img.tar.gz: rm -rf ../artifacts mkdir -p ../artifacts - $(MOBY) build -output gcp -pull -name ../artifacts/test hack/test.yml + $(MOBY) build -format gcp -pull -name ../artifacts/test hack/test.yml define check_test_log @cat $1 |grep -q 'test suite PASSED' @@ -40,7 +40,7 @@ endef .PHONY: ltp ltp: export CLOUDSDK_IMAGE_NAME?=test-ltp ltp: $(LINUXKIT) test-ltp.img.tar.gz - $(MOBY) build -output gcp -pull hack/test-ltp.yml + $(MOBY) build -format gcp -pull hack/test-ltp.yml $(LINUXKIT) push gcp test-ltp.img.tar.gz $(LINUXKIT) run gcp -skip-cleanup -machine n1-highcpu-4 $(CLOUDSDK_IMAGE_NAME) | tee test-ltp.log $(call check_test_log, test-ltp.log) diff --git a/test/cases/000_build/000_outputs/000_kernel+initrd/test.sh b/test/cases/000_build/000_outputs/000_kernel+initrd/test.sh index 46ff58cc6..14479883a 100644 --- a/test/cases/000_build/000_outputs/000_kernel+initrd/test.sh +++ b/test/cases/000_build/000_outputs/000_kernel+initrd/test.sh @@ -18,7 +18,7 @@ clean_up() { trap clean_up EXIT -moby build -output kernel+initrd -name "${NAME}" ../test.yml +moby build -format kernel+initrd -name "${NAME}" ../test.yml [ -f "${NAME}-kernel" ] || exit 1 [ -f "${NAME}-initrd.img" ] || exit 1 [ -f "${NAME}-cmdline" ] || exit 1 diff --git a/test/cases/000_build/000_outputs/001_iso-bios/test.sh b/test/cases/000_build/000_outputs/001_iso-bios/test.sh index e11545b49..e25ef03b0 100644 --- a/test/cases/000_build/000_outputs/001_iso-bios/test.sh +++ b/test/cases/000_build/000_outputs/001_iso-bios/test.sh @@ -18,7 +18,7 @@ clean_up() { trap clean_up EXIT -moby build -output iso-bios -name "${NAME}" ../test.yml +moby build -format iso-bios -name "${NAME}" ../test.yml [ -f "${NAME}.iso" ] || exit 1 exit 0 diff --git a/test/cases/000_build/000_outputs/002_iso-efi/test.sh b/test/cases/000_build/000_outputs/002_iso-efi/test.sh index ebc599fbc..b56f40515 100644 --- a/test/cases/000_build/000_outputs/002_iso-efi/test.sh +++ b/test/cases/000_build/000_outputs/002_iso-efi/test.sh @@ -18,7 +18,7 @@ clean_up() { trap clean_up EXIT -moby build -output iso-efi -name "${NAME}" ../test.yml +moby build -format iso-efi -name "${NAME}" ../test.yml [ -f "${NAME}-efi.iso" ] || exit 1 exit 0 diff --git a/test/cases/000_build/000_outputs/003_gcp/test.sh b/test/cases/000_build/000_outputs/003_gcp/test.sh index 06d4d4f7e..8a92fa218 100644 --- a/test/cases/000_build/000_outputs/003_gcp/test.sh +++ b/test/cases/000_build/000_outputs/003_gcp/test.sh @@ -18,7 +18,7 @@ clean_up() { trap clean_up EXIT -moby build -output gcp -name "${NAME}" ../test.yml +moby build -format gcp -name "${NAME}" ../test.yml [ -f "${NAME}.img.tar.gz" ] || exit 1 exit 0 diff --git a/test/cases/000_build/000_outputs/004_raw/test.sh b/test/cases/000_build/000_outputs/004_raw/test.sh index 831b47989..c786679c8 100644 --- a/test/cases/000_build/000_outputs/004_raw/test.sh +++ b/test/cases/000_build/000_outputs/004_raw/test.sh @@ -18,7 +18,7 @@ clean_up() { trap clean_up EXIT -moby build -output raw -name "${NAME}" ../test.yml +moby build -format raw -name "${NAME}" ../test.yml [ -f "${NAME}.raw" ] || exit 1 exit 0 diff --git a/test/cases/000_build/000_outputs/005_qcow2/test.sh b/test/cases/000_build/000_outputs/005_qcow2/test.sh index 2c0470dec..80af3372f 100644 --- a/test/cases/000_build/000_outputs/005_qcow2/test.sh +++ b/test/cases/000_build/000_outputs/005_qcow2/test.sh @@ -18,7 +18,7 @@ clean_up() { trap clean_up EXIT -moby build -output qcow2 -name "${NAME}" ../test.yml +moby build -format qcow2 -name "${NAME}" ../test.yml [ -f "${NAME}.qcow2" ] || exit 1 exit 0 diff --git a/test/cases/000_build/000_outputs/006_vhd/test.sh b/test/cases/000_build/000_outputs/006_vhd/test.sh index a2a67f448..983ba94c9 100644 --- a/test/cases/000_build/000_outputs/006_vhd/test.sh +++ b/test/cases/000_build/000_outputs/006_vhd/test.sh @@ -19,7 +19,7 @@ clean_up() { trap clean_up EXIT -moby build -output vhd -name "${NAME}" ../test.yml +moby build -format vhd -name "${NAME}" ../test.yml [ -f "${NAME}.vhd" ] || exit 1 exit 0 diff --git a/test/cases/000_build/000_outputs/007_vmdk/test.sh b/test/cases/000_build/000_outputs/007_vmdk/test.sh index 44cca5ecf..77d07bb2d 100644 --- a/test/cases/000_build/000_outputs/007_vmdk/test.sh +++ b/test/cases/000_build/000_outputs/007_vmdk/test.sh @@ -18,7 +18,7 @@ clean_up() { trap clean_up EXIT -moby build -output vmdk -name "${NAME}" ../test.yml +moby build -format vmdk -name "${NAME}" ../test.yml [ -f "${NAME}.vmdk" ] || exit 1 exit 0 diff --git a/test/cases/010_platforms/000_qemu/000_run_kernel/test.sh b/test/cases/010_platforms/000_qemu/000_run_kernel/test.sh index 1095542b1..6c1866900 100644 --- a/test/cases/010_platforms/000_qemu/000_run_kernel/test.sh +++ b/test/cases/010_platforms/000_qemu/000_run_kernel/test.sh @@ -17,7 +17,7 @@ clean_up() { trap clean_up EXIT -moby build -output kernel+initrd -name "${NAME}" test.yml +moby build -format kernel+initrd -name "${NAME}" test.yml [ -f "${NAME}-kernel" ] || exit 1 [ -f "${NAME}-initrd.img" ] || exit 1 [ -f "${NAME}-cmdline" ]|| exit 1 diff --git a/test/cases/010_platforms/000_qemu/010_run_iso/test.sh b/test/cases/010_platforms/000_qemu/010_run_iso/test.sh index cbac96266..793ee8699 100644 --- a/test/cases/010_platforms/000_qemu/010_run_iso/test.sh +++ b/test/cases/010_platforms/000_qemu/010_run_iso/test.sh @@ -16,7 +16,7 @@ clean_up() { trap clean_up EXIT -moby build -output iso-bios -name "${NAME}" test.yml +moby build -format iso-bios -name "${NAME}" test.yml [ -f "${NAME}.iso" ] || exit 1 linuxkit run qemu -iso "${NAME}.iso" | grep -q "Welcome to LinuxKit" exit 0 diff --git a/test/cases/010_platforms/000_qemu/020_run_efi/test.sh b/test/cases/010_platforms/000_qemu/020_run_efi/test.sh index 3bc77eecd..9dfa2a14f 100644 --- a/test/cases/010_platforms/000_qemu/020_run_efi/test.sh +++ b/test/cases/010_platforms/000_qemu/020_run_efi/test.sh @@ -27,7 +27,7 @@ if command -v qemu-system-x86_64; then fi fi -moby build -output iso-efi -name "${NAME}" test.yml +moby build -format iso-efi -name "${NAME}" test.yml [ -f "${NAME}-efi.iso" ] || exit 1 linuxkit run qemu -iso -uefi "${NAME}-efi.iso" | grep -q "Welcome to LinuxKit" exit 0 diff --git a/test/cases/010_platforms/000_qemu/030_run_qcow/test.sh b/test/cases/010_platforms/000_qemu/030_run_qcow/test.sh index 8df11fbcb..3eb49d592 100644 --- a/test/cases/010_platforms/000_qemu/030_run_qcow/test.sh +++ b/test/cases/010_platforms/000_qemu/030_run_qcow/test.sh @@ -17,7 +17,7 @@ clean_up() { trap clean_up EXIT -moby build -output qcow2 -name "${NAME}" test.yml +moby build -format qcow2 -name "${NAME}" test.yml [ -f "${NAME}.qcow2" ] || exit 1 linuxkit run qemu "${NAME}.qcow2" | grep -q "Welcome to LinuxKit" exit 0 diff --git a/test/cases/010_platforms/000_qemu/040_run_raw/test.sh b/test/cases/010_platforms/000_qemu/040_run_raw/test.sh index 27b9d5aab..cd01eaf86 100644 --- a/test/cases/010_platforms/000_qemu/040_run_raw/test.sh +++ b/test/cases/010_platforms/000_qemu/040_run_raw/test.sh @@ -17,7 +17,7 @@ clean_up() { trap clean_up EXIT -moby build -output raw -name "${NAME}" test.yml +moby build -format raw -name "${NAME}" test.yml [ -f "${NAME}.raw" ] || exit 1 linuxkit run qemu "${NAME}.raw" | grep -q "Welcome to LinuxKit" exit 0 diff --git a/test/cases/010_platforms/000_qemu/100_container/test.sh b/test/cases/010_platforms/000_qemu/100_container/test.sh index ff54c4f57..e686ead85 100644 --- a/test/cases/010_platforms/000_qemu/100_container/test.sh +++ b/test/cases/010_platforms/000_qemu/100_container/test.sh @@ -28,7 +28,7 @@ if [ -z "${QEMU}" ]; then exit $RT_CANCEL fi -moby build -output kernel+initrd -name "${NAME}" test.yml +moby build -format kernel+initrd -name "${NAME}" test.yml [ -f "${NAME}-kernel" ] || exit 1 [ -f "${NAME}-initrd.img" ] || exit 1 [ -f "${NAME}-cmdline" ]|| exit 1 diff --git a/test/cases/010_platforms/010_hyperkit/000_run_kernel/test.sh b/test/cases/010_platforms/010_hyperkit/000_run_kernel/test.sh index 31d312579..13fb2f52a 100644 --- a/test/cases/010_platforms/010_hyperkit/000_run_kernel/test.sh +++ b/test/cases/010_platforms/010_hyperkit/000_run_kernel/test.sh @@ -18,7 +18,7 @@ clean_up() { } trap clean_up EXIT -moby build -output kernel+initrd -name "${NAME}" test.yml +moby build -format kernel+initrd -name "${NAME}" test.yml [ -f "${NAME}-kernel" ] || exit 1 [ -f "${NAME}-initrd.img" ] || exit 1 [ -f "${NAME}-cmdline" ]|| exit 1 diff --git a/test/cases/010_platforms/010_hyperkit/010_acpi/test.sh b/test/cases/010_platforms/010_hyperkit/010_acpi/test.sh index 714b58db9..c4a21f494 100644 --- a/test/cases/010_platforms/010_hyperkit/010_acpi/test.sh +++ b/test/cases/010_platforms/010_hyperkit/010_acpi/test.sh @@ -18,7 +18,7 @@ clean_up() { } trap clean_up EXIT -moby build -output kernel+initrd -name "${NAME}" test.yml +moby build -format kernel+initrd -name "${NAME}" test.yml [ -f "${NAME}-kernel" ] || exit 1 [ -f "${NAME}-initrd.img" ] || exit 1 [ -f "${NAME}-cmdline" ]|| exit 1 diff --git a/test/cases/020_kernel/000_config_4.4.x/test.sh b/test/cases/020_kernel/000_config_4.4.x/test.sh index 4200bd918..1d3926a50 100644 --- a/test/cases/020_kernel/000_config_4.4.x/test.sh +++ b/test/cases/020_kernel/000_config_4.4.x/test.sh @@ -15,7 +15,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -output kernel+initrd test-kernel-config.yml +moby build -format kernel+initrd test-kernel-config.yml RESULT="$(linuxkit run test-kernel-config)" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/020_kernel/001_config_4.9.x/test.sh b/test/cases/020_kernel/001_config_4.9.x/test.sh index 4200bd918..1d3926a50 100644 --- a/test/cases/020_kernel/001_config_4.9.x/test.sh +++ b/test/cases/020_kernel/001_config_4.9.x/test.sh @@ -15,7 +15,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -output kernel+initrd test-kernel-config.yml +moby build -format kernel+initrd test-kernel-config.yml RESULT="$(linuxkit run test-kernel-config)" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/020_kernel/004_config_4.12.x/test.sh b/test/cases/020_kernel/004_config_4.12.x/test.sh index 4200bd918..1d3926a50 100644 --- a/test/cases/020_kernel/004_config_4.12.x/test.sh +++ b/test/cases/020_kernel/004_config_4.12.x/test.sh @@ -15,7 +15,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -output kernel+initrd test-kernel-config.yml +moby build -format kernel+initrd test-kernel-config.yml RESULT="$(linuxkit run test-kernel-config)" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/020_kernel/010_kmod_4.9.x/test.sh b/test/cases/020_kernel/010_kmod_4.9.x/test.sh index 826d07fcf..59c515570 100644 --- a/test/cases/020_kernel/010_kmod_4.9.x/test.sh +++ b/test/cases/020_kernel/010_kmod_4.9.x/test.sh @@ -23,7 +23,7 @@ docker pull linuxkit/kernel:4.9.46 docker build -t ${IMAGE_NAME} . # Build and run a LinuxKit image with kernel module (and test script) -moby build -output kernel+initrd kmod.yml +moby build -format kernel+initrd kmod.yml RESULT="$(linuxkit run kmod)" echo "${RESULT}" | grep -q "Hello LinuxKit" diff --git a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/010_echo-tcp-ipv4-short-1con-single-reverse/test.sh b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/010_echo-tcp-ipv4-short-1con-single-reverse/test.sh index cba65b71d..021b7a47c 100644 --- a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/010_echo-tcp-ipv4-short-1con-single-reverse/test.sh +++ b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/010_echo-tcp-ipv4-short-1con-single-reverse/test.sh @@ -15,7 +15,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -output kernel+initrd test-ns.yml +moby build -format kernel+initrd test-ns.yml RESULT="$(linuxkit run -cpus 2 test-ns)" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/010_echo-tcp-ipv4-short-1con-single/test.sh b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/010_echo-tcp-ipv4-short-1con-single/test.sh index 231d023fc..117af71c2 100644 --- a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/010_echo-tcp-ipv4-short-1con-single/test.sh +++ b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/010_echo-tcp-ipv4-short-1con-single/test.sh @@ -15,7 +15,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -output kernel+initrd test-ns.yml +moby build -format kernel+initrd test-ns.yml RESULT="$(linuxkit run -cpus 2 test-ns)" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/011_echo-tcp-ipv4-short-10con-single-reverse/test.sh b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/011_echo-tcp-ipv4-short-10con-single-reverse/test.sh index 5a9eac70c..ea135cd87 100644 --- a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/011_echo-tcp-ipv4-short-10con-single-reverse/test.sh +++ b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/011_echo-tcp-ipv4-short-10con-single-reverse/test.sh @@ -15,7 +15,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -output kernel+initrd test-ns.yml +moby build -format kernel+initrd test-ns.yml RESULT="$(linuxkit run -cpus 2 test-ns)" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/011_echo-tcp-ipv4-short-10con-single/test.sh b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/011_echo-tcp-ipv4-short-10con-single/test.sh index da4e2128f..0bc13123a 100644 --- a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/011_echo-tcp-ipv4-short-10con-single/test.sh +++ b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/011_echo-tcp-ipv4-short-10con-single/test.sh @@ -15,7 +15,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -output kernel+initrd test-ns.yml +moby build -format kernel+initrd test-ns.yml RESULT="$(linuxkit run -cpus 2 test-ns)" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/012_echo-tcp-ipv4-short-5con-multi-reverse/test.sh b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/012_echo-tcp-ipv4-short-5con-multi-reverse/test.sh index e4493a4a8..473642acc 100644 --- a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/012_echo-tcp-ipv4-short-5con-multi-reverse/test.sh +++ b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/012_echo-tcp-ipv4-short-5con-multi-reverse/test.sh @@ -15,7 +15,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -output kernel+initrd test-ns.yml +moby build -format kernel+initrd test-ns.yml RESULT="$(linuxkit run -cpus 2 test-ns)" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/012_echo-tcp-ipv4-short-5con-multi/test.sh b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/012_echo-tcp-ipv4-short-5con-multi/test.sh index 13466889d..93dd22a6e 100644 --- a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/012_echo-tcp-ipv4-short-5con-multi/test.sh +++ b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/012_echo-tcp-ipv4-short-5con-multi/test.sh @@ -15,7 +15,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -output kernel+initrd test-ns.yml +moby build -format kernel+initrd test-ns.yml RESULT="$(linuxkit run -cpus 2 test-ns)" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/015_echo-tcp-ipv4-long-1con-single-reverse/test.sh b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/015_echo-tcp-ipv4-long-1con-single-reverse/test.sh index 90f00bb5c..b5a7faddb 100644 --- a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/015_echo-tcp-ipv4-long-1con-single-reverse/test.sh +++ b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/015_echo-tcp-ipv4-long-1con-single-reverse/test.sh @@ -15,7 +15,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -output kernel+initrd test-ns.yml +moby build -format kernel+initrd test-ns.yml RESULT="$(linuxkit run -cpus 2 test-ns)" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/015_echo-tcp-ipv4-long-1con-single/test.sh b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/015_echo-tcp-ipv4-long-1con-single/test.sh index d767c37b9..bdc5f3218 100644 --- a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/015_echo-tcp-ipv4-long-1con-single/test.sh +++ b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/015_echo-tcp-ipv4-long-1con-single/test.sh @@ -15,7 +15,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -output kernel+initrd test-ns.yml +moby build -format kernel+initrd test-ns.yml RESULT="$(linuxkit run -cpus 2 test-ns)" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/016_echo-tcp-ipv4-long-10con-single-reverse/test.sh b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/016_echo-tcp-ipv4-long-10con-single-reverse/test.sh index 90bb5af9d..377bfd01c 100644 --- a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/016_echo-tcp-ipv4-long-10con-single-reverse/test.sh +++ b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/016_echo-tcp-ipv4-long-10con-single-reverse/test.sh @@ -15,7 +15,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -output kernel+initrd test-ns.yml +moby build -format kernel+initrd test-ns.yml RESULT="$(linuxkit run -cpus 2 test-ns)" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/016_echo-tcp-ipv4-long-10con-single/test.sh b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/016_echo-tcp-ipv4-long-10con-single/test.sh index edfd0e8bc..99c08abcf 100644 --- a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/016_echo-tcp-ipv4-long-10con-single/test.sh +++ b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/016_echo-tcp-ipv4-long-10con-single/test.sh @@ -15,7 +15,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -output kernel+initrd test-ns.yml +moby build -format kernel+initrd test-ns.yml RESULT="$(linuxkit run -cpus 2 test-ns)" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/017_echo-tcp-ipv4-long-5con-multi-reverse/test.sh b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/017_echo-tcp-ipv4-long-5con-multi-reverse/test.sh index 1d6fc940d..c1363bed9 100644 --- a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/017_echo-tcp-ipv4-long-5con-multi-reverse/test.sh +++ b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/017_echo-tcp-ipv4-long-5con-multi-reverse/test.sh @@ -15,7 +15,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -output kernel+initrd test-ns.yml +moby build -format kernel+initrd test-ns.yml RESULT="$(linuxkit run -cpus 2 test-ns)" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/017_echo-tcp-ipv4-long-5con-multi/test.sh b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/017_echo-tcp-ipv4-long-5con-multi/test.sh index 6d4316fd4..8b96e0ece 100644 --- a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/017_echo-tcp-ipv4-long-5con-multi/test.sh +++ b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/017_echo-tcp-ipv4-long-5con-multi/test.sh @@ -15,7 +15,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -output kernel+initrd test-ns.yml +moby build -format kernel+initrd test-ns.yml RESULT="$(linuxkit run -cpus 2 test-ns)" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/020_echo-tcp-ipv6-short-1con-single-reverse/test.sh b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/020_echo-tcp-ipv6-short-1con-single-reverse/test.sh index 25e54209e..5eb902edc 100644 --- a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/020_echo-tcp-ipv6-short-1con-single-reverse/test.sh +++ b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/020_echo-tcp-ipv6-short-1con-single-reverse/test.sh @@ -15,7 +15,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -output kernel+initrd test-ns.yml +moby build -format kernel+initrd test-ns.yml RESULT="$(linuxkit run -cpus 2 test-ns)" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/020_echo-tcp-ipv6-short-1con-single/test.sh b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/020_echo-tcp-ipv6-short-1con-single/test.sh index 2c5a5d12b..448676be1 100644 --- a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/020_echo-tcp-ipv6-short-1con-single/test.sh +++ b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/020_echo-tcp-ipv6-short-1con-single/test.sh @@ -15,7 +15,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -output kernel+initrd test-ns.yml +moby build -format kernel+initrd test-ns.yml RESULT="$(linuxkit run -cpus 2 test-ns)" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/021_echo-tcp-ipv6-short-10con-single-reverse/test.sh b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/021_echo-tcp-ipv6-short-10con-single-reverse/test.sh index 4d5c27311..86889cefb 100644 --- a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/021_echo-tcp-ipv6-short-10con-single-reverse/test.sh +++ b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/021_echo-tcp-ipv6-short-10con-single-reverse/test.sh @@ -15,7 +15,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -output kernel+initrd test-ns.yml +moby build -format kernel+initrd test-ns.yml RESULT="$(linuxkit run -cpus 2 test-ns)" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/021_echo-tcp-ipv6-short-10con-single/test.sh b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/021_echo-tcp-ipv6-short-10con-single/test.sh index 8cd7170c5..977385887 100644 --- a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/021_echo-tcp-ipv6-short-10con-single/test.sh +++ b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/021_echo-tcp-ipv6-short-10con-single/test.sh @@ -15,7 +15,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -output kernel+initrd test-ns.yml +moby build -format kernel+initrd test-ns.yml RESULT="$(linuxkit run -cpus 2 test-ns)" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/022_echo-tcp-ipv6-short-5con-multi-reverse/test.sh b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/022_echo-tcp-ipv6-short-5con-multi-reverse/test.sh index a6ccb1ac4..3b2ecc816 100644 --- a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/022_echo-tcp-ipv6-short-5con-multi-reverse/test.sh +++ b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/022_echo-tcp-ipv6-short-5con-multi-reverse/test.sh @@ -15,7 +15,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -output kernel+initrd test-ns.yml +moby build -format kernel+initrd test-ns.yml RESULT="$(linuxkit run -cpus 2 test-ns)" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/022_echo-tcp-ipv6-short-5con-multi/test.sh b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/022_echo-tcp-ipv6-short-5con-multi/test.sh index c4ba65fb9..35f478630 100644 --- a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/022_echo-tcp-ipv6-short-5con-multi/test.sh +++ b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/022_echo-tcp-ipv6-short-5con-multi/test.sh @@ -15,7 +15,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -output kernel+initrd test-ns.yml +moby build -format kernel+initrd test-ns.yml RESULT="$(linuxkit run -cpus 2 test-ns)" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/025_echo-tcp-ipv6-long-1con-single-reverse/test.sh b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/025_echo-tcp-ipv6-long-1con-single-reverse/test.sh index f662ba4bc..a79bd5301 100644 --- a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/025_echo-tcp-ipv6-long-1con-single-reverse/test.sh +++ b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/025_echo-tcp-ipv6-long-1con-single-reverse/test.sh @@ -15,7 +15,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -output kernel+initrd test-ns.yml +moby build -format kernel+initrd test-ns.yml RESULT="$(linuxkit run -cpus 2 test-ns)" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/025_echo-tcp-ipv6-long-1con-single/test.sh b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/025_echo-tcp-ipv6-long-1con-single/test.sh index d6fa196a2..56989e4c0 100644 --- a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/025_echo-tcp-ipv6-long-1con-single/test.sh +++ b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/025_echo-tcp-ipv6-long-1con-single/test.sh @@ -15,7 +15,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -output kernel+initrd test-ns.yml +moby build -format kernel+initrd test-ns.yml RESULT="$(linuxkit run -cpus 2 test-ns)" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/026_echo-tcp-ipv6-long-10con-single-reverse/test.sh b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/026_echo-tcp-ipv6-long-10con-single-reverse/test.sh index c5f11ebe5..061f2bedc 100644 --- a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/026_echo-tcp-ipv6-long-10con-single-reverse/test.sh +++ b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/026_echo-tcp-ipv6-long-10con-single-reverse/test.sh @@ -15,7 +15,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -output kernel+initrd test-ns.yml +moby build -format kernel+initrd test-ns.yml RESULT="$(linuxkit run -cpus 2 test-ns)" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/026_echo-tcp-ipv6-long-10con-single/test.sh b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/026_echo-tcp-ipv6-long-10con-single/test.sh index 0c04a64aa..e4a356270 100644 --- a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/026_echo-tcp-ipv6-long-10con-single/test.sh +++ b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/026_echo-tcp-ipv6-long-10con-single/test.sh @@ -15,7 +15,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -output kernel+initrd test-ns.yml +moby build -format kernel+initrd test-ns.yml RESULT="$(linuxkit run -cpus 2 test-ns)" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/027_echo-tcp-ipv6-long-5con-multi-reverse/test.sh b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/027_echo-tcp-ipv6-long-5con-multi-reverse/test.sh index 364974dc8..fda058124 100644 --- a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/027_echo-tcp-ipv6-long-5con-multi-reverse/test.sh +++ b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/027_echo-tcp-ipv6-long-5con-multi-reverse/test.sh @@ -15,7 +15,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -output kernel+initrd test-ns.yml +moby build -format kernel+initrd test-ns.yml RESULT="$(linuxkit run -cpus 2 test-ns)" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/027_echo-tcp-ipv6-long-5con-multi/test.sh b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/027_echo-tcp-ipv6-long-5con-multi/test.sh index 43793f978..b5eba01c6 100644 --- a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/027_echo-tcp-ipv6-long-5con-multi/test.sh +++ b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/027_echo-tcp-ipv6-long-5con-multi/test.sh @@ -15,7 +15,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -output kernel+initrd test-ns.yml +moby build -format kernel+initrd test-ns.yml RESULT="$(linuxkit run -cpus 2 test-ns)" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/030_echo-udp-ipv4-short-1con-single-reverse/test.sh b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/030_echo-udp-ipv4-short-1con-single-reverse/test.sh index f0c52ed63..88bbf02d7 100644 --- a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/030_echo-udp-ipv4-short-1con-single-reverse/test.sh +++ b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/030_echo-udp-ipv4-short-1con-single-reverse/test.sh @@ -15,7 +15,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -output kernel+initrd test-ns.yml +moby build -format kernel+initrd test-ns.yml RESULT="$(linuxkit run -cpus 2 test-ns)" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/030_echo-udp-ipv4-short-1con-single/test.sh b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/030_echo-udp-ipv4-short-1con-single/test.sh index 7877974e8..b26008022 100644 --- a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/030_echo-udp-ipv4-short-1con-single/test.sh +++ b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/030_echo-udp-ipv4-short-1con-single/test.sh @@ -15,7 +15,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -output kernel+initrd test-ns.yml +moby build -format kernel+initrd test-ns.yml RESULT="$(linuxkit run -cpus 2 test-ns)" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/031_echo-udp-ipv4-short-10con-single-reverse/test.sh b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/031_echo-udp-ipv4-short-10con-single-reverse/test.sh index 62b20154f..90aed3751 100644 --- a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/031_echo-udp-ipv4-short-10con-single-reverse/test.sh +++ b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/031_echo-udp-ipv4-short-10con-single-reverse/test.sh @@ -15,7 +15,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -output kernel+initrd test-ns.yml +moby build -format kernel+initrd test-ns.yml RESULT="$(linuxkit run -cpus 2 test-ns)" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/031_echo-udp-ipv4-short-10con-single/test.sh b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/031_echo-udp-ipv4-short-10con-single/test.sh index 1aa637d69..c9a1f64b0 100644 --- a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/031_echo-udp-ipv4-short-10con-single/test.sh +++ b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/031_echo-udp-ipv4-short-10con-single/test.sh @@ -15,7 +15,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -output kernel+initrd test-ns.yml +moby build -format kernel+initrd test-ns.yml RESULT="$(linuxkit run -cpus 2 test-ns)" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/032_echo-udp-ipv4-short-5con-multi-reverse/test.sh b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/032_echo-udp-ipv4-short-5con-multi-reverse/test.sh index 89866c467..044e49503 100644 --- a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/032_echo-udp-ipv4-short-5con-multi-reverse/test.sh +++ b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/032_echo-udp-ipv4-short-5con-multi-reverse/test.sh @@ -15,7 +15,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -output kernel+initrd test-ns.yml +moby build -format kernel+initrd test-ns.yml RESULT="$(linuxkit run -cpus 2 test-ns)" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/032_echo-udp-ipv4-short-5con-multi/test.sh b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/032_echo-udp-ipv4-short-5con-multi/test.sh index fe2a7eb0c..34a6bbacb 100644 --- a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/032_echo-udp-ipv4-short-5con-multi/test.sh +++ b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/032_echo-udp-ipv4-short-5con-multi/test.sh @@ -15,7 +15,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -output kernel+initrd test-ns.yml +moby build -format kernel+initrd test-ns.yml RESULT="$(linuxkit run -cpus 2 test-ns)" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/035_echo-udp-ipv4-long-1con-single-reverse/test.sh b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/035_echo-udp-ipv4-long-1con-single-reverse/test.sh index efac42676..c216a3854 100644 --- a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/035_echo-udp-ipv4-long-1con-single-reverse/test.sh +++ b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/035_echo-udp-ipv4-long-1con-single-reverse/test.sh @@ -15,7 +15,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -output kernel+initrd test-ns.yml +moby build -format kernel+initrd test-ns.yml RESULT="$(linuxkit run -cpus 2 test-ns)" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/035_echo-udp-ipv4-long-1con-single/test.sh b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/035_echo-udp-ipv4-long-1con-single/test.sh index 7a8bbb5b4..d4265e141 100644 --- a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/035_echo-udp-ipv4-long-1con-single/test.sh +++ b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/035_echo-udp-ipv4-long-1con-single/test.sh @@ -15,7 +15,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -output kernel+initrd test-ns.yml +moby build -format kernel+initrd test-ns.yml RESULT="$(linuxkit run -cpus 2 test-ns)" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/036_echo-udp-ipv4-long-10con-single-reverse/test.sh b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/036_echo-udp-ipv4-long-10con-single-reverse/test.sh index 3bf9a6784..b1c441a2a 100644 --- a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/036_echo-udp-ipv4-long-10con-single-reverse/test.sh +++ b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/036_echo-udp-ipv4-long-10con-single-reverse/test.sh @@ -15,7 +15,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -output kernel+initrd test-ns.yml +moby build -format kernel+initrd test-ns.yml RESULT="$(linuxkit run -cpus 2 test-ns)" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/036_echo-udp-ipv4-long-10con-single/test.sh b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/036_echo-udp-ipv4-long-10con-single/test.sh index ae68a0a6f..b20698fc4 100644 --- a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/036_echo-udp-ipv4-long-10con-single/test.sh +++ b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/036_echo-udp-ipv4-long-10con-single/test.sh @@ -15,7 +15,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -output kernel+initrd test-ns.yml +moby build -format kernel+initrd test-ns.yml RESULT="$(linuxkit run -cpus 2 test-ns)" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/037_echo-udp-ipv4-long-5con-multi-reverse/test.sh b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/037_echo-udp-ipv4-long-5con-multi-reverse/test.sh index 32c91ccba..5b6af8573 100644 --- a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/037_echo-udp-ipv4-long-5con-multi-reverse/test.sh +++ b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/037_echo-udp-ipv4-long-5con-multi-reverse/test.sh @@ -15,7 +15,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -output kernel+initrd test-ns.yml +moby build -format kernel+initrd test-ns.yml RESULT="$(linuxkit run -cpus 2 test-ns)" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/037_echo-udp-ipv4-long-5con-multi/test.sh b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/037_echo-udp-ipv4-long-5con-multi/test.sh index ef028133a..6115d8b0d 100644 --- a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/037_echo-udp-ipv4-long-5con-multi/test.sh +++ b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/037_echo-udp-ipv4-long-5con-multi/test.sh @@ -15,7 +15,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -output kernel+initrd test-ns.yml +moby build -format kernel+initrd test-ns.yml RESULT="$(linuxkit run -cpus 2 test-ns)" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/040_echo-udp-ipv6-short-1con-single-reverse/test.sh b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/040_echo-udp-ipv6-short-1con-single-reverse/test.sh index 713b3f173..7475e6af2 100644 --- a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/040_echo-udp-ipv6-short-1con-single-reverse/test.sh +++ b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/040_echo-udp-ipv6-short-1con-single-reverse/test.sh @@ -15,7 +15,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -output kernel+initrd test-ns.yml +moby build -format kernel+initrd test-ns.yml RESULT="$(linuxkit run -cpus 2 test-ns)" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/040_echo-udp-ipv6-short-1con-single/test.sh b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/040_echo-udp-ipv6-short-1con-single/test.sh index 3e42aff05..40a210237 100644 --- a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/040_echo-udp-ipv6-short-1con-single/test.sh +++ b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/040_echo-udp-ipv6-short-1con-single/test.sh @@ -15,7 +15,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -output kernel+initrd test-ns.yml +moby build -format kernel+initrd test-ns.yml RESULT="$(linuxkit run -cpus 2 test-ns)" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/041_echo-udp-ipv6-short-10con-single-reverse/test.sh b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/041_echo-udp-ipv6-short-10con-single-reverse/test.sh index c9576fe50..2265b1d4f 100644 --- a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/041_echo-udp-ipv6-short-10con-single-reverse/test.sh +++ b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/041_echo-udp-ipv6-short-10con-single-reverse/test.sh @@ -15,7 +15,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -output kernel+initrd test-ns.yml +moby build -format kernel+initrd test-ns.yml RESULT="$(linuxkit run -cpus 2 test-ns)" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/041_echo-udp-ipv6-short-10con-single/test.sh b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/041_echo-udp-ipv6-short-10con-single/test.sh index 498d6574b..dd3b579b8 100644 --- a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/041_echo-udp-ipv6-short-10con-single/test.sh +++ b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/041_echo-udp-ipv6-short-10con-single/test.sh @@ -15,7 +15,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -output kernel+initrd test-ns.yml +moby build -format kernel+initrd test-ns.yml RESULT="$(linuxkit run -cpus 2 test-ns)" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/042_echo-udp-ipv6-short-5con-multi-reverse/test.sh b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/042_echo-udp-ipv6-short-5con-multi-reverse/test.sh index c16132ac0..701f0a4cf 100644 --- a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/042_echo-udp-ipv6-short-5con-multi-reverse/test.sh +++ b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/042_echo-udp-ipv6-short-5con-multi-reverse/test.sh @@ -15,7 +15,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -output kernel+initrd test-ns.yml +moby build -format kernel+initrd test-ns.yml RESULT="$(linuxkit run -cpus 2 test-ns)" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/042_echo-udp-ipv6-short-5con-multi/test.sh b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/042_echo-udp-ipv6-short-5con-multi/test.sh index 8e3408c51..affaa880e 100644 --- a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/042_echo-udp-ipv6-short-5con-multi/test.sh +++ b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/042_echo-udp-ipv6-short-5con-multi/test.sh @@ -15,7 +15,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -output kernel+initrd test-ns.yml +moby build -format kernel+initrd test-ns.yml RESULT="$(linuxkit run -cpus 2 test-ns)" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/045_echo-udp-ipv6-long-1con-single-reverse/test.sh b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/045_echo-udp-ipv6-long-1con-single-reverse/test.sh index 18983c5d5..c1c22e83e 100644 --- a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/045_echo-udp-ipv6-long-1con-single-reverse/test.sh +++ b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/045_echo-udp-ipv6-long-1con-single-reverse/test.sh @@ -15,7 +15,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -output kernel+initrd test-ns.yml +moby build -format kernel+initrd test-ns.yml RESULT="$(linuxkit run -cpus 2 test-ns)" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/045_echo-udp-ipv6-long-1con-single/test.sh b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/045_echo-udp-ipv6-long-1con-single/test.sh index 788ff254a..b9f52015c 100644 --- a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/045_echo-udp-ipv6-long-1con-single/test.sh +++ b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/045_echo-udp-ipv6-long-1con-single/test.sh @@ -15,7 +15,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -output kernel+initrd test-ns.yml +moby build -format kernel+initrd test-ns.yml RESULT="$(linuxkit run -cpus 2 test-ns)" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/046_echo-udp-ipv6-long-10con-single-reverse/test.sh b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/046_echo-udp-ipv6-long-10con-single-reverse/test.sh index 96eeacbae..016929907 100644 --- a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/046_echo-udp-ipv6-long-10con-single-reverse/test.sh +++ b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/046_echo-udp-ipv6-long-10con-single-reverse/test.sh @@ -15,7 +15,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -output kernel+initrd test-ns.yml +moby build -format kernel+initrd test-ns.yml RESULT="$(linuxkit run -cpus 2 test-ns)" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/046_echo-udp-ipv6-long-10con-single/test.sh b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/046_echo-udp-ipv6-long-10con-single/test.sh index f139a57ae..fa6ff9ec5 100644 --- a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/046_echo-udp-ipv6-long-10con-single/test.sh +++ b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/046_echo-udp-ipv6-long-10con-single/test.sh @@ -15,7 +15,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -output kernel+initrd test-ns.yml +moby build -format kernel+initrd test-ns.yml RESULT="$(linuxkit run -cpus 2 test-ns)" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/047_echo-udp-ipv6-long-5con-multi-reverse/test.sh b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/047_echo-udp-ipv6-long-5con-multi-reverse/test.sh index 9055b9249..75bdfadac 100644 --- a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/047_echo-udp-ipv6-long-5con-multi-reverse/test.sh +++ b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/047_echo-udp-ipv6-long-5con-multi-reverse/test.sh @@ -15,7 +15,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -output kernel+initrd test-ns.yml +moby build -format kernel+initrd test-ns.yml RESULT="$(linuxkit run -cpus 2 test-ns)" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/047_echo-udp-ipv6-long-5con-multi/test.sh b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/047_echo-udp-ipv6-long-5con-multi/test.sh index e8a092e3d..ec498334b 100644 --- a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/047_echo-udp-ipv6-long-5con-multi/test.sh +++ b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/010_veth/047_echo-udp-ipv6-long-5con-multi/test.sh @@ -15,7 +15,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -output kernel+initrd test-ns.yml +moby build -format kernel+initrd test-ns.yml RESULT="$(linuxkit run -cpus 2 test-ns)" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/050_unix-domain/010_echo-short-1con-single-reverse/test.sh b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/050_unix-domain/010_echo-short-1con-single-reverse/test.sh index 5652242b7..341a356b6 100644 --- a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/050_unix-domain/010_echo-short-1con-single-reverse/test.sh +++ b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/050_unix-domain/010_echo-short-1con-single-reverse/test.sh @@ -15,7 +15,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -output kernel+initrd test-ns.yml +moby build -format kernel+initrd test-ns.yml RESULT="$(linuxkit run -cpus 2 test-ns)" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/050_unix-domain/010_echo-short-1con-single/test.sh b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/050_unix-domain/010_echo-short-1con-single/test.sh index de81ba7c3..4e9910fe3 100644 --- a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/050_unix-domain/010_echo-short-1con-single/test.sh +++ b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/050_unix-domain/010_echo-short-1con-single/test.sh @@ -15,7 +15,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -output kernel+initrd test-ns.yml +moby build -format kernel+initrd test-ns.yml RESULT="$(linuxkit run -cpus 2 test-ns)" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/050_unix-domain/011_echo-short-10con-single-reverse/test.sh b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/050_unix-domain/011_echo-short-10con-single-reverse/test.sh index 6f7d002d1..1e1b5adc7 100644 --- a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/050_unix-domain/011_echo-short-10con-single-reverse/test.sh +++ b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/050_unix-domain/011_echo-short-10con-single-reverse/test.sh @@ -15,7 +15,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -output kernel+initrd test-ns.yml +moby build -format kernel+initrd test-ns.yml RESULT="$(linuxkit run -cpus 2 test-ns)" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/050_unix-domain/011_echo-short-10con-single/test.sh b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/050_unix-domain/011_echo-short-10con-single/test.sh index b4ef7aa81..18f22375c 100644 --- a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/050_unix-domain/011_echo-short-10con-single/test.sh +++ b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/050_unix-domain/011_echo-short-10con-single/test.sh @@ -15,7 +15,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -output kernel+initrd test-ns.yml +moby build -format kernel+initrd test-ns.yml RESULT="$(linuxkit run -cpus 2 test-ns)" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/050_unix-domain/012_echo-short-5con-multi-reverse/test.sh b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/050_unix-domain/012_echo-short-5con-multi-reverse/test.sh index 02ce084cb..981a679c8 100644 --- a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/050_unix-domain/012_echo-short-5con-multi-reverse/test.sh +++ b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/050_unix-domain/012_echo-short-5con-multi-reverse/test.sh @@ -15,7 +15,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -output kernel+initrd test-ns.yml +moby build -format kernel+initrd test-ns.yml RESULT="$(linuxkit run -cpus 2 test-ns)" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/050_unix-domain/012_echo-short-5con-multi/test.sh b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/050_unix-domain/012_echo-short-5con-multi/test.sh index 1ee5cbc31..17fa66692 100644 --- a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/050_unix-domain/012_echo-short-5con-multi/test.sh +++ b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/050_unix-domain/012_echo-short-5con-multi/test.sh @@ -15,7 +15,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -output kernel+initrd test-ns.yml +moby build -format kernel+initrd test-ns.yml RESULT="$(linuxkit run -cpus 2 test-ns)" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/050_unix-domain/015_echo-long-1con-single-reverse/test.sh b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/050_unix-domain/015_echo-long-1con-single-reverse/test.sh index 7f15e1fd1..5d6f4809e 100644 --- a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/050_unix-domain/015_echo-long-1con-single-reverse/test.sh +++ b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/050_unix-domain/015_echo-long-1con-single-reverse/test.sh @@ -15,7 +15,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -output kernel+initrd test-ns.yml +moby build -format kernel+initrd test-ns.yml RESULT="$(linuxkit run -cpus 2 test-ns)" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/050_unix-domain/015_echo-long-1con-single/test.sh b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/050_unix-domain/015_echo-long-1con-single/test.sh index 2c91a1a3f..a36967b14 100644 --- a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/050_unix-domain/015_echo-long-1con-single/test.sh +++ b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/050_unix-domain/015_echo-long-1con-single/test.sh @@ -15,7 +15,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -output kernel+initrd test-ns.yml +moby build -format kernel+initrd test-ns.yml RESULT="$(linuxkit run -cpus 2 test-ns)" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/050_unix-domain/016_echo-long-10con-single-reverse/test.sh b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/050_unix-domain/016_echo-long-10con-single-reverse/test.sh index 5d1825049..2d5908f28 100644 --- a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/050_unix-domain/016_echo-long-10con-single-reverse/test.sh +++ b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/050_unix-domain/016_echo-long-10con-single-reverse/test.sh @@ -15,7 +15,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -output kernel+initrd test-ns.yml +moby build -format kernel+initrd test-ns.yml RESULT="$(linuxkit run -cpus 2 test-ns)" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/050_unix-domain/016_echo-long-10con-single/test.sh b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/050_unix-domain/016_echo-long-10con-single/test.sh index 8a3021f34..917a687f7 100644 --- a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/050_unix-domain/016_echo-long-10con-single/test.sh +++ b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/050_unix-domain/016_echo-long-10con-single/test.sh @@ -15,7 +15,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -output kernel+initrd test-ns.yml +moby build -format kernel+initrd test-ns.yml RESULT="$(linuxkit run -cpus 2 test-ns)" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/050_unix-domain/017_echo-long-5con-multi-reverse/test.sh b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/050_unix-domain/017_echo-long-5con-multi-reverse/test.sh index 57bc80527..0af9e99b1 100644 --- a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/050_unix-domain/017_echo-long-5con-multi-reverse/test.sh +++ b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/050_unix-domain/017_echo-long-5con-multi-reverse/test.sh @@ -15,7 +15,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -output kernel+initrd test-ns.yml +moby build -format kernel+initrd test-ns.yml RESULT="$(linuxkit run -cpus 2 test-ns)" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/050_unix-domain/017_echo-long-5con-multi/test.sh b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/050_unix-domain/017_echo-long-5con-multi/test.sh index 69e33b219..42f54bb32 100644 --- a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/050_unix-domain/017_echo-long-5con-multi/test.sh +++ b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/050_unix-domain/017_echo-long-5con-multi/test.sh @@ -15,7 +15,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -output kernel+initrd test-ns.yml +moby build -format kernel+initrd test-ns.yml RESULT="$(linuxkit run -cpus 2 test-ns)" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/100_mix/010_veth-unix-domain-echo/test.sh b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/100_mix/010_veth-unix-domain-echo/test.sh index ce5ef5b6e..186c80f7f 100644 --- a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/100_mix/010_veth-unix-domain-echo/test.sh +++ b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/100_mix/010_veth-unix-domain-echo/test.sh @@ -15,7 +15,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -output kernel+initrd test-ns.yml +moby build -format kernel+initrd test-ns.yml RESULT="$(linuxkit run -cpus 2 test-ns)" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/100_mix/011_veth-unix-domain-echo-reverse/test.sh b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/100_mix/011_veth-unix-domain-echo-reverse/test.sh index fd5d3fc5d..9eea7787c 100644 --- a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/100_mix/011_veth-unix-domain-echo-reverse/test.sh +++ b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/100_mix/011_veth-unix-domain-echo-reverse/test.sh @@ -15,7 +15,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -output kernel+initrd test-ns.yml +moby build -format kernel+initrd test-ns.yml RESULT="$(linuxkit run -cpus 2 test-ns)" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/100_mix/012_veth-ipv4-echo/test.sh b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/100_mix/012_veth-ipv4-echo/test.sh index 42ce7cf90..02a327d63 100644 --- a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/100_mix/012_veth-ipv4-echo/test.sh +++ b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/100_mix/012_veth-ipv4-echo/test.sh @@ -15,7 +15,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -output kernel+initrd test-ns.yml +moby build -format kernel+initrd test-ns.yml RESULT="$(linuxkit run -cpus 2 test-ns)" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/100_mix/013_veth-ipv6-echo/test.sh b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/100_mix/013_veth-ipv6-echo/test.sh index 6c5e45bb3..667ef5994 100644 --- a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/100_mix/013_veth-ipv6-echo/test.sh +++ b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/100_mix/013_veth-ipv6-echo/test.sh @@ -15,7 +15,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -output kernel+initrd test-ns.yml +moby build -format kernel+initrd test-ns.yml RESULT="$(linuxkit run -cpus 2 test-ns)" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/100_mix/014_veth-tcp-echo/test.sh b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/100_mix/014_veth-tcp-echo/test.sh index a82f00887..aa3e38e15 100644 --- a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/100_mix/014_veth-tcp-echo/test.sh +++ b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/100_mix/014_veth-tcp-echo/test.sh @@ -15,7 +15,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -output kernel+initrd test-ns.yml +moby build -format kernel+initrd test-ns.yml RESULT="$(linuxkit run -cpus 2 test-ns)" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/100_mix/015_veth-udp-echo/test.sh b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/100_mix/015_veth-udp-echo/test.sh index 51f12a887..a77c8e723 100644 --- a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/100_mix/015_veth-udp-echo/test.sh +++ b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/100_mix/015_veth-udp-echo/test.sh @@ -15,7 +15,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -output kernel+initrd test-ns.yml +moby build -format kernel+initrd test-ns.yml RESULT="$(linuxkit run -cpus 2 test-ns)" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/100_mix/020_unix-domain-echo/test.sh b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/100_mix/020_unix-domain-echo/test.sh index 9ede8d360..64c916aac 100644 --- a/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/100_mix/020_unix-domain-echo/test.sh +++ b/test/cases/020_kernel/110_namespace/000_kernel-4.4.x/100_mix/020_unix-domain-echo/test.sh @@ -15,7 +15,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -output kernel+initrd test-ns.yml +moby build -format kernel+initrd test-ns.yml RESULT="$(linuxkit run -cpus 2 test-ns)" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/010_echo-tcp-ipv4-short-1con-single-reverse/test.sh b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/010_echo-tcp-ipv4-short-1con-single-reverse/test.sh index cba65b71d..021b7a47c 100644 --- a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/010_echo-tcp-ipv4-short-1con-single-reverse/test.sh +++ b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/010_echo-tcp-ipv4-short-1con-single-reverse/test.sh @@ -15,7 +15,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -output kernel+initrd test-ns.yml +moby build -format kernel+initrd test-ns.yml RESULT="$(linuxkit run -cpus 2 test-ns)" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/010_echo-tcp-ipv4-short-1con-single/test.sh b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/010_echo-tcp-ipv4-short-1con-single/test.sh index 231d023fc..117af71c2 100644 --- a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/010_echo-tcp-ipv4-short-1con-single/test.sh +++ b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/010_echo-tcp-ipv4-short-1con-single/test.sh @@ -15,7 +15,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -output kernel+initrd test-ns.yml +moby build -format kernel+initrd test-ns.yml RESULT="$(linuxkit run -cpus 2 test-ns)" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/011_echo-tcp-ipv4-short-10con-single-reverse/test.sh b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/011_echo-tcp-ipv4-short-10con-single-reverse/test.sh index 5a9eac70c..ea135cd87 100644 --- a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/011_echo-tcp-ipv4-short-10con-single-reverse/test.sh +++ b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/011_echo-tcp-ipv4-short-10con-single-reverse/test.sh @@ -15,7 +15,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -output kernel+initrd test-ns.yml +moby build -format kernel+initrd test-ns.yml RESULT="$(linuxkit run -cpus 2 test-ns)" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/011_echo-tcp-ipv4-short-10con-single/test.sh b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/011_echo-tcp-ipv4-short-10con-single/test.sh index da4e2128f..0bc13123a 100644 --- a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/011_echo-tcp-ipv4-short-10con-single/test.sh +++ b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/011_echo-tcp-ipv4-short-10con-single/test.sh @@ -15,7 +15,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -output kernel+initrd test-ns.yml +moby build -format kernel+initrd test-ns.yml RESULT="$(linuxkit run -cpus 2 test-ns)" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/012_echo-tcp-ipv4-short-5con-multi-reverse/test.sh b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/012_echo-tcp-ipv4-short-5con-multi-reverse/test.sh index e4493a4a8..473642acc 100644 --- a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/012_echo-tcp-ipv4-short-5con-multi-reverse/test.sh +++ b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/012_echo-tcp-ipv4-short-5con-multi-reverse/test.sh @@ -15,7 +15,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -output kernel+initrd test-ns.yml +moby build -format kernel+initrd test-ns.yml RESULT="$(linuxkit run -cpus 2 test-ns)" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/012_echo-tcp-ipv4-short-5con-multi/test.sh b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/012_echo-tcp-ipv4-short-5con-multi/test.sh index 13466889d..93dd22a6e 100644 --- a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/012_echo-tcp-ipv4-short-5con-multi/test.sh +++ b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/012_echo-tcp-ipv4-short-5con-multi/test.sh @@ -15,7 +15,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -output kernel+initrd test-ns.yml +moby build -format kernel+initrd test-ns.yml RESULT="$(linuxkit run -cpus 2 test-ns)" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/015_echo-tcp-ipv4-long-1con-single-reverse/test.sh b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/015_echo-tcp-ipv4-long-1con-single-reverse/test.sh index 90f00bb5c..b5a7faddb 100644 --- a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/015_echo-tcp-ipv4-long-1con-single-reverse/test.sh +++ b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/015_echo-tcp-ipv4-long-1con-single-reverse/test.sh @@ -15,7 +15,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -output kernel+initrd test-ns.yml +moby build -format kernel+initrd test-ns.yml RESULT="$(linuxkit run -cpus 2 test-ns)" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/015_echo-tcp-ipv4-long-1con-single/test.sh b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/015_echo-tcp-ipv4-long-1con-single/test.sh index d767c37b9..bdc5f3218 100644 --- a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/015_echo-tcp-ipv4-long-1con-single/test.sh +++ b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/015_echo-tcp-ipv4-long-1con-single/test.sh @@ -15,7 +15,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -output kernel+initrd test-ns.yml +moby build -format kernel+initrd test-ns.yml RESULT="$(linuxkit run -cpus 2 test-ns)" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/016_echo-tcp-ipv4-long-10con-single-reverse/test.sh b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/016_echo-tcp-ipv4-long-10con-single-reverse/test.sh index 90bb5af9d..377bfd01c 100644 --- a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/016_echo-tcp-ipv4-long-10con-single-reverse/test.sh +++ b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/016_echo-tcp-ipv4-long-10con-single-reverse/test.sh @@ -15,7 +15,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -output kernel+initrd test-ns.yml +moby build -format kernel+initrd test-ns.yml RESULT="$(linuxkit run -cpus 2 test-ns)" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/016_echo-tcp-ipv4-long-10con-single/test.sh b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/016_echo-tcp-ipv4-long-10con-single/test.sh index edfd0e8bc..99c08abcf 100644 --- a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/016_echo-tcp-ipv4-long-10con-single/test.sh +++ b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/016_echo-tcp-ipv4-long-10con-single/test.sh @@ -15,7 +15,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -output kernel+initrd test-ns.yml +moby build -format kernel+initrd test-ns.yml RESULT="$(linuxkit run -cpus 2 test-ns)" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/017_echo-tcp-ipv4-long-5con-multi-reverse/test.sh b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/017_echo-tcp-ipv4-long-5con-multi-reverse/test.sh index 1d6fc940d..c1363bed9 100644 --- a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/017_echo-tcp-ipv4-long-5con-multi-reverse/test.sh +++ b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/017_echo-tcp-ipv4-long-5con-multi-reverse/test.sh @@ -15,7 +15,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -output kernel+initrd test-ns.yml +moby build -format kernel+initrd test-ns.yml RESULT="$(linuxkit run -cpus 2 test-ns)" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/017_echo-tcp-ipv4-long-5con-multi/test.sh b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/017_echo-tcp-ipv4-long-5con-multi/test.sh index 6d4316fd4..8b96e0ece 100644 --- a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/017_echo-tcp-ipv4-long-5con-multi/test.sh +++ b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/017_echo-tcp-ipv4-long-5con-multi/test.sh @@ -15,7 +15,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -output kernel+initrd test-ns.yml +moby build -format kernel+initrd test-ns.yml RESULT="$(linuxkit run -cpus 2 test-ns)" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/020_echo-tcp-ipv6-short-1con-single-reverse/test.sh b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/020_echo-tcp-ipv6-short-1con-single-reverse/test.sh index 25e54209e..5eb902edc 100644 --- a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/020_echo-tcp-ipv6-short-1con-single-reverse/test.sh +++ b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/020_echo-tcp-ipv6-short-1con-single-reverse/test.sh @@ -15,7 +15,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -output kernel+initrd test-ns.yml +moby build -format kernel+initrd test-ns.yml RESULT="$(linuxkit run -cpus 2 test-ns)" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/020_echo-tcp-ipv6-short-1con-single/test.sh b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/020_echo-tcp-ipv6-short-1con-single/test.sh index 2c5a5d12b..448676be1 100644 --- a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/020_echo-tcp-ipv6-short-1con-single/test.sh +++ b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/020_echo-tcp-ipv6-short-1con-single/test.sh @@ -15,7 +15,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -output kernel+initrd test-ns.yml +moby build -format kernel+initrd test-ns.yml RESULT="$(linuxkit run -cpus 2 test-ns)" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/021_echo-tcp-ipv6-short-10con-single-reverse/test.sh b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/021_echo-tcp-ipv6-short-10con-single-reverse/test.sh index 4d5c27311..86889cefb 100644 --- a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/021_echo-tcp-ipv6-short-10con-single-reverse/test.sh +++ b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/021_echo-tcp-ipv6-short-10con-single-reverse/test.sh @@ -15,7 +15,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -output kernel+initrd test-ns.yml +moby build -format kernel+initrd test-ns.yml RESULT="$(linuxkit run -cpus 2 test-ns)" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/021_echo-tcp-ipv6-short-10con-single/test.sh b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/021_echo-tcp-ipv6-short-10con-single/test.sh index 8cd7170c5..977385887 100644 --- a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/021_echo-tcp-ipv6-short-10con-single/test.sh +++ b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/021_echo-tcp-ipv6-short-10con-single/test.sh @@ -15,7 +15,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -output kernel+initrd test-ns.yml +moby build -format kernel+initrd test-ns.yml RESULT="$(linuxkit run -cpus 2 test-ns)" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/022_echo-tcp-ipv6-short-5con-multi-reverse/test.sh b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/022_echo-tcp-ipv6-short-5con-multi-reverse/test.sh index a6ccb1ac4..3b2ecc816 100644 --- a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/022_echo-tcp-ipv6-short-5con-multi-reverse/test.sh +++ b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/022_echo-tcp-ipv6-short-5con-multi-reverse/test.sh @@ -15,7 +15,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -output kernel+initrd test-ns.yml +moby build -format kernel+initrd test-ns.yml RESULT="$(linuxkit run -cpus 2 test-ns)" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/022_echo-tcp-ipv6-short-5con-multi/test.sh b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/022_echo-tcp-ipv6-short-5con-multi/test.sh index c4ba65fb9..35f478630 100644 --- a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/022_echo-tcp-ipv6-short-5con-multi/test.sh +++ b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/022_echo-tcp-ipv6-short-5con-multi/test.sh @@ -15,7 +15,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -output kernel+initrd test-ns.yml +moby build -format kernel+initrd test-ns.yml RESULT="$(linuxkit run -cpus 2 test-ns)" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/025_echo-tcp-ipv6-long-1con-single-reverse/test.sh b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/025_echo-tcp-ipv6-long-1con-single-reverse/test.sh index f662ba4bc..a79bd5301 100644 --- a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/025_echo-tcp-ipv6-long-1con-single-reverse/test.sh +++ b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/025_echo-tcp-ipv6-long-1con-single-reverse/test.sh @@ -15,7 +15,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -output kernel+initrd test-ns.yml +moby build -format kernel+initrd test-ns.yml RESULT="$(linuxkit run -cpus 2 test-ns)" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/025_echo-tcp-ipv6-long-1con-single/test.sh b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/025_echo-tcp-ipv6-long-1con-single/test.sh index d6fa196a2..56989e4c0 100644 --- a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/025_echo-tcp-ipv6-long-1con-single/test.sh +++ b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/025_echo-tcp-ipv6-long-1con-single/test.sh @@ -15,7 +15,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -output kernel+initrd test-ns.yml +moby build -format kernel+initrd test-ns.yml RESULT="$(linuxkit run -cpus 2 test-ns)" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/026_echo-tcp-ipv6-long-10con-single-reverse/test.sh b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/026_echo-tcp-ipv6-long-10con-single-reverse/test.sh index c5f11ebe5..061f2bedc 100644 --- a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/026_echo-tcp-ipv6-long-10con-single-reverse/test.sh +++ b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/026_echo-tcp-ipv6-long-10con-single-reverse/test.sh @@ -15,7 +15,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -output kernel+initrd test-ns.yml +moby build -format kernel+initrd test-ns.yml RESULT="$(linuxkit run -cpus 2 test-ns)" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/026_echo-tcp-ipv6-long-10con-single/test.sh b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/026_echo-tcp-ipv6-long-10con-single/test.sh index 0c04a64aa..e4a356270 100644 --- a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/026_echo-tcp-ipv6-long-10con-single/test.sh +++ b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/026_echo-tcp-ipv6-long-10con-single/test.sh @@ -15,7 +15,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -output kernel+initrd test-ns.yml +moby build -format kernel+initrd test-ns.yml RESULT="$(linuxkit run -cpus 2 test-ns)" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/027_echo-tcp-ipv6-long-5con-multi-reverse/test.sh b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/027_echo-tcp-ipv6-long-5con-multi-reverse/test.sh index 364974dc8..fda058124 100644 --- a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/027_echo-tcp-ipv6-long-5con-multi-reverse/test.sh +++ b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/027_echo-tcp-ipv6-long-5con-multi-reverse/test.sh @@ -15,7 +15,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -output kernel+initrd test-ns.yml +moby build -format kernel+initrd test-ns.yml RESULT="$(linuxkit run -cpus 2 test-ns)" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/027_echo-tcp-ipv6-long-5con-multi/test.sh b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/027_echo-tcp-ipv6-long-5con-multi/test.sh index 43793f978..b5eba01c6 100644 --- a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/027_echo-tcp-ipv6-long-5con-multi/test.sh +++ b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/027_echo-tcp-ipv6-long-5con-multi/test.sh @@ -15,7 +15,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -output kernel+initrd test-ns.yml +moby build -format kernel+initrd test-ns.yml RESULT="$(linuxkit run -cpus 2 test-ns)" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/030_echo-udp-ipv4-short-1con-single-reverse/test.sh b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/030_echo-udp-ipv4-short-1con-single-reverse/test.sh index f0c52ed63..88bbf02d7 100644 --- a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/030_echo-udp-ipv4-short-1con-single-reverse/test.sh +++ b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/030_echo-udp-ipv4-short-1con-single-reverse/test.sh @@ -15,7 +15,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -output kernel+initrd test-ns.yml +moby build -format kernel+initrd test-ns.yml RESULT="$(linuxkit run -cpus 2 test-ns)" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/030_echo-udp-ipv4-short-1con-single/test.sh b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/030_echo-udp-ipv4-short-1con-single/test.sh index 7877974e8..b26008022 100644 --- a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/030_echo-udp-ipv4-short-1con-single/test.sh +++ b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/030_echo-udp-ipv4-short-1con-single/test.sh @@ -15,7 +15,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -output kernel+initrd test-ns.yml +moby build -format kernel+initrd test-ns.yml RESULT="$(linuxkit run -cpus 2 test-ns)" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/031_echo-udp-ipv4-short-10con-single-reverse/test.sh b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/031_echo-udp-ipv4-short-10con-single-reverse/test.sh index 62b20154f..90aed3751 100644 --- a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/031_echo-udp-ipv4-short-10con-single-reverse/test.sh +++ b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/031_echo-udp-ipv4-short-10con-single-reverse/test.sh @@ -15,7 +15,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -output kernel+initrd test-ns.yml +moby build -format kernel+initrd test-ns.yml RESULT="$(linuxkit run -cpus 2 test-ns)" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/031_echo-udp-ipv4-short-10con-single/test.sh b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/031_echo-udp-ipv4-short-10con-single/test.sh index 1aa637d69..c9a1f64b0 100644 --- a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/031_echo-udp-ipv4-short-10con-single/test.sh +++ b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/031_echo-udp-ipv4-short-10con-single/test.sh @@ -15,7 +15,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -output kernel+initrd test-ns.yml +moby build -format kernel+initrd test-ns.yml RESULT="$(linuxkit run -cpus 2 test-ns)" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/032_echo-udp-ipv4-short-5con-multi-reverse/test.sh b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/032_echo-udp-ipv4-short-5con-multi-reverse/test.sh index 89866c467..044e49503 100644 --- a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/032_echo-udp-ipv4-short-5con-multi-reverse/test.sh +++ b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/032_echo-udp-ipv4-short-5con-multi-reverse/test.sh @@ -15,7 +15,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -output kernel+initrd test-ns.yml +moby build -format kernel+initrd test-ns.yml RESULT="$(linuxkit run -cpus 2 test-ns)" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/032_echo-udp-ipv4-short-5con-multi/test.sh b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/032_echo-udp-ipv4-short-5con-multi/test.sh index fe2a7eb0c..34a6bbacb 100644 --- a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/032_echo-udp-ipv4-short-5con-multi/test.sh +++ b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/032_echo-udp-ipv4-short-5con-multi/test.sh @@ -15,7 +15,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -output kernel+initrd test-ns.yml +moby build -format kernel+initrd test-ns.yml RESULT="$(linuxkit run -cpus 2 test-ns)" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/035_echo-udp-ipv4-long-1con-single-reverse/test.sh b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/035_echo-udp-ipv4-long-1con-single-reverse/test.sh index efac42676..c216a3854 100644 --- a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/035_echo-udp-ipv4-long-1con-single-reverse/test.sh +++ b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/035_echo-udp-ipv4-long-1con-single-reverse/test.sh @@ -15,7 +15,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -output kernel+initrd test-ns.yml +moby build -format kernel+initrd test-ns.yml RESULT="$(linuxkit run -cpus 2 test-ns)" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/035_echo-udp-ipv4-long-1con-single/test.sh b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/035_echo-udp-ipv4-long-1con-single/test.sh index 7a8bbb5b4..d4265e141 100644 --- a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/035_echo-udp-ipv4-long-1con-single/test.sh +++ b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/035_echo-udp-ipv4-long-1con-single/test.sh @@ -15,7 +15,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -output kernel+initrd test-ns.yml +moby build -format kernel+initrd test-ns.yml RESULT="$(linuxkit run -cpus 2 test-ns)" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/036_echo-udp-ipv4-long-10con-single-reverse/test.sh b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/036_echo-udp-ipv4-long-10con-single-reverse/test.sh index 3bf9a6784..b1c441a2a 100644 --- a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/036_echo-udp-ipv4-long-10con-single-reverse/test.sh +++ b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/036_echo-udp-ipv4-long-10con-single-reverse/test.sh @@ -15,7 +15,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -output kernel+initrd test-ns.yml +moby build -format kernel+initrd test-ns.yml RESULT="$(linuxkit run -cpus 2 test-ns)" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/036_echo-udp-ipv4-long-10con-single/test.sh b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/036_echo-udp-ipv4-long-10con-single/test.sh index ae68a0a6f..b20698fc4 100644 --- a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/036_echo-udp-ipv4-long-10con-single/test.sh +++ b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/036_echo-udp-ipv4-long-10con-single/test.sh @@ -15,7 +15,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -output kernel+initrd test-ns.yml +moby build -format kernel+initrd test-ns.yml RESULT="$(linuxkit run -cpus 2 test-ns)" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/037_echo-udp-ipv4-long-5con-multi-reverse/test.sh b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/037_echo-udp-ipv4-long-5con-multi-reverse/test.sh index 32c91ccba..5b6af8573 100644 --- a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/037_echo-udp-ipv4-long-5con-multi-reverse/test.sh +++ b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/037_echo-udp-ipv4-long-5con-multi-reverse/test.sh @@ -15,7 +15,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -output kernel+initrd test-ns.yml +moby build -format kernel+initrd test-ns.yml RESULT="$(linuxkit run -cpus 2 test-ns)" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/037_echo-udp-ipv4-long-5con-multi/test.sh b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/037_echo-udp-ipv4-long-5con-multi/test.sh index ef028133a..6115d8b0d 100644 --- a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/037_echo-udp-ipv4-long-5con-multi/test.sh +++ b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/037_echo-udp-ipv4-long-5con-multi/test.sh @@ -15,7 +15,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -output kernel+initrd test-ns.yml +moby build -format kernel+initrd test-ns.yml RESULT="$(linuxkit run -cpus 2 test-ns)" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/040_echo-udp-ipv6-short-1con-single-reverse/test.sh b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/040_echo-udp-ipv6-short-1con-single-reverse/test.sh index 713b3f173..7475e6af2 100644 --- a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/040_echo-udp-ipv6-short-1con-single-reverse/test.sh +++ b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/040_echo-udp-ipv6-short-1con-single-reverse/test.sh @@ -15,7 +15,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -output kernel+initrd test-ns.yml +moby build -format kernel+initrd test-ns.yml RESULT="$(linuxkit run -cpus 2 test-ns)" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/040_echo-udp-ipv6-short-1con-single/test.sh b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/040_echo-udp-ipv6-short-1con-single/test.sh index 3e42aff05..40a210237 100644 --- a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/040_echo-udp-ipv6-short-1con-single/test.sh +++ b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/040_echo-udp-ipv6-short-1con-single/test.sh @@ -15,7 +15,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -output kernel+initrd test-ns.yml +moby build -format kernel+initrd test-ns.yml RESULT="$(linuxkit run -cpus 2 test-ns)" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/041_echo-udp-ipv6-short-10con-single-reverse/test.sh b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/041_echo-udp-ipv6-short-10con-single-reverse/test.sh index c9576fe50..2265b1d4f 100644 --- a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/041_echo-udp-ipv6-short-10con-single-reverse/test.sh +++ b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/041_echo-udp-ipv6-short-10con-single-reverse/test.sh @@ -15,7 +15,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -output kernel+initrd test-ns.yml +moby build -format kernel+initrd test-ns.yml RESULT="$(linuxkit run -cpus 2 test-ns)" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/041_echo-udp-ipv6-short-10con-single/test.sh b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/041_echo-udp-ipv6-short-10con-single/test.sh index 498d6574b..dd3b579b8 100644 --- a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/041_echo-udp-ipv6-short-10con-single/test.sh +++ b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/041_echo-udp-ipv6-short-10con-single/test.sh @@ -15,7 +15,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -output kernel+initrd test-ns.yml +moby build -format kernel+initrd test-ns.yml RESULT="$(linuxkit run -cpus 2 test-ns)" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/042_echo-udp-ipv6-short-5con-multi-reverse/test.sh b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/042_echo-udp-ipv6-short-5con-multi-reverse/test.sh index c16132ac0..701f0a4cf 100644 --- a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/042_echo-udp-ipv6-short-5con-multi-reverse/test.sh +++ b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/042_echo-udp-ipv6-short-5con-multi-reverse/test.sh @@ -15,7 +15,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -output kernel+initrd test-ns.yml +moby build -format kernel+initrd test-ns.yml RESULT="$(linuxkit run -cpus 2 test-ns)" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/042_echo-udp-ipv6-short-5con-multi/test.sh b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/042_echo-udp-ipv6-short-5con-multi/test.sh index 8e3408c51..affaa880e 100644 --- a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/042_echo-udp-ipv6-short-5con-multi/test.sh +++ b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/042_echo-udp-ipv6-short-5con-multi/test.sh @@ -15,7 +15,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -output kernel+initrd test-ns.yml +moby build -format kernel+initrd test-ns.yml RESULT="$(linuxkit run -cpus 2 test-ns)" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/045_echo-udp-ipv6-long-1con-single-reverse/test.sh b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/045_echo-udp-ipv6-long-1con-single-reverse/test.sh index 18983c5d5..c1c22e83e 100644 --- a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/045_echo-udp-ipv6-long-1con-single-reverse/test.sh +++ b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/045_echo-udp-ipv6-long-1con-single-reverse/test.sh @@ -15,7 +15,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -output kernel+initrd test-ns.yml +moby build -format kernel+initrd test-ns.yml RESULT="$(linuxkit run -cpus 2 test-ns)" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/045_echo-udp-ipv6-long-1con-single/test.sh b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/045_echo-udp-ipv6-long-1con-single/test.sh index 788ff254a..b9f52015c 100644 --- a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/045_echo-udp-ipv6-long-1con-single/test.sh +++ b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/045_echo-udp-ipv6-long-1con-single/test.sh @@ -15,7 +15,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -output kernel+initrd test-ns.yml +moby build -format kernel+initrd test-ns.yml RESULT="$(linuxkit run -cpus 2 test-ns)" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/046_echo-udp-ipv6-long-10con-single-reverse/test.sh b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/046_echo-udp-ipv6-long-10con-single-reverse/test.sh index 96eeacbae..016929907 100644 --- a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/046_echo-udp-ipv6-long-10con-single-reverse/test.sh +++ b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/046_echo-udp-ipv6-long-10con-single-reverse/test.sh @@ -15,7 +15,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -output kernel+initrd test-ns.yml +moby build -format kernel+initrd test-ns.yml RESULT="$(linuxkit run -cpus 2 test-ns)" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/046_echo-udp-ipv6-long-10con-single/test.sh b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/046_echo-udp-ipv6-long-10con-single/test.sh index f139a57ae..fa6ff9ec5 100644 --- a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/046_echo-udp-ipv6-long-10con-single/test.sh +++ b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/046_echo-udp-ipv6-long-10con-single/test.sh @@ -15,7 +15,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -output kernel+initrd test-ns.yml +moby build -format kernel+initrd test-ns.yml RESULT="$(linuxkit run -cpus 2 test-ns)" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/047_echo-udp-ipv6-long-5con-multi-reverse/test.sh b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/047_echo-udp-ipv6-long-5con-multi-reverse/test.sh index 9055b9249..75bdfadac 100644 --- a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/047_echo-udp-ipv6-long-5con-multi-reverse/test.sh +++ b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/047_echo-udp-ipv6-long-5con-multi-reverse/test.sh @@ -15,7 +15,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -output kernel+initrd test-ns.yml +moby build -format kernel+initrd test-ns.yml RESULT="$(linuxkit run -cpus 2 test-ns)" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/047_echo-udp-ipv6-long-5con-multi/test.sh b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/047_echo-udp-ipv6-long-5con-multi/test.sh index e8a092e3d..ec498334b 100644 --- a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/047_echo-udp-ipv6-long-5con-multi/test.sh +++ b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/010_veth/047_echo-udp-ipv6-long-5con-multi/test.sh @@ -15,7 +15,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -output kernel+initrd test-ns.yml +moby build -format kernel+initrd test-ns.yml RESULT="$(linuxkit run -cpus 2 test-ns)" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/050_unix-domain/010_echo-short-1con-single-reverse/test.sh b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/050_unix-domain/010_echo-short-1con-single-reverse/test.sh index 5652242b7..341a356b6 100644 --- a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/050_unix-domain/010_echo-short-1con-single-reverse/test.sh +++ b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/050_unix-domain/010_echo-short-1con-single-reverse/test.sh @@ -15,7 +15,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -output kernel+initrd test-ns.yml +moby build -format kernel+initrd test-ns.yml RESULT="$(linuxkit run -cpus 2 test-ns)" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/050_unix-domain/010_echo-short-1con-single/test.sh b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/050_unix-domain/010_echo-short-1con-single/test.sh index de81ba7c3..4e9910fe3 100644 --- a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/050_unix-domain/010_echo-short-1con-single/test.sh +++ b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/050_unix-domain/010_echo-short-1con-single/test.sh @@ -15,7 +15,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -output kernel+initrd test-ns.yml +moby build -format kernel+initrd test-ns.yml RESULT="$(linuxkit run -cpus 2 test-ns)" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/050_unix-domain/011_echo-short-10con-single-reverse/test.sh b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/050_unix-domain/011_echo-short-10con-single-reverse/test.sh index 6f7d002d1..1e1b5adc7 100644 --- a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/050_unix-domain/011_echo-short-10con-single-reverse/test.sh +++ b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/050_unix-domain/011_echo-short-10con-single-reverse/test.sh @@ -15,7 +15,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -output kernel+initrd test-ns.yml +moby build -format kernel+initrd test-ns.yml RESULT="$(linuxkit run -cpus 2 test-ns)" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/050_unix-domain/011_echo-short-10con-single/test.sh b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/050_unix-domain/011_echo-short-10con-single/test.sh index b4ef7aa81..18f22375c 100644 --- a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/050_unix-domain/011_echo-short-10con-single/test.sh +++ b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/050_unix-domain/011_echo-short-10con-single/test.sh @@ -15,7 +15,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -output kernel+initrd test-ns.yml +moby build -format kernel+initrd test-ns.yml RESULT="$(linuxkit run -cpus 2 test-ns)" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/050_unix-domain/012_echo-short-5con-multi-reverse/test.sh b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/050_unix-domain/012_echo-short-5con-multi-reverse/test.sh index 02ce084cb..981a679c8 100644 --- a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/050_unix-domain/012_echo-short-5con-multi-reverse/test.sh +++ b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/050_unix-domain/012_echo-short-5con-multi-reverse/test.sh @@ -15,7 +15,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -output kernel+initrd test-ns.yml +moby build -format kernel+initrd test-ns.yml RESULT="$(linuxkit run -cpus 2 test-ns)" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/050_unix-domain/012_echo-short-5con-multi/test.sh b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/050_unix-domain/012_echo-short-5con-multi/test.sh index 1ee5cbc31..17fa66692 100644 --- a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/050_unix-domain/012_echo-short-5con-multi/test.sh +++ b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/050_unix-domain/012_echo-short-5con-multi/test.sh @@ -15,7 +15,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -output kernel+initrd test-ns.yml +moby build -format kernel+initrd test-ns.yml RESULT="$(linuxkit run -cpus 2 test-ns)" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/050_unix-domain/015_echo-long-1con-single-reverse/test.sh b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/050_unix-domain/015_echo-long-1con-single-reverse/test.sh index 7f15e1fd1..5d6f4809e 100644 --- a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/050_unix-domain/015_echo-long-1con-single-reverse/test.sh +++ b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/050_unix-domain/015_echo-long-1con-single-reverse/test.sh @@ -15,7 +15,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -output kernel+initrd test-ns.yml +moby build -format kernel+initrd test-ns.yml RESULT="$(linuxkit run -cpus 2 test-ns)" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/050_unix-domain/015_echo-long-1con-single/test.sh b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/050_unix-domain/015_echo-long-1con-single/test.sh index 2c91a1a3f..a36967b14 100644 --- a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/050_unix-domain/015_echo-long-1con-single/test.sh +++ b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/050_unix-domain/015_echo-long-1con-single/test.sh @@ -15,7 +15,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -output kernel+initrd test-ns.yml +moby build -format kernel+initrd test-ns.yml RESULT="$(linuxkit run -cpus 2 test-ns)" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/050_unix-domain/016_echo-long-10con-single-reverse/test.sh b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/050_unix-domain/016_echo-long-10con-single-reverse/test.sh index 5d1825049..2d5908f28 100644 --- a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/050_unix-domain/016_echo-long-10con-single-reverse/test.sh +++ b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/050_unix-domain/016_echo-long-10con-single-reverse/test.sh @@ -15,7 +15,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -output kernel+initrd test-ns.yml +moby build -format kernel+initrd test-ns.yml RESULT="$(linuxkit run -cpus 2 test-ns)" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/050_unix-domain/016_echo-long-10con-single/test.sh b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/050_unix-domain/016_echo-long-10con-single/test.sh index 8a3021f34..917a687f7 100644 --- a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/050_unix-domain/016_echo-long-10con-single/test.sh +++ b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/050_unix-domain/016_echo-long-10con-single/test.sh @@ -15,7 +15,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -output kernel+initrd test-ns.yml +moby build -format kernel+initrd test-ns.yml RESULT="$(linuxkit run -cpus 2 test-ns)" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/050_unix-domain/017_echo-long-5con-multi-reverse/test.sh b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/050_unix-domain/017_echo-long-5con-multi-reverse/test.sh index 57bc80527..0af9e99b1 100644 --- a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/050_unix-domain/017_echo-long-5con-multi-reverse/test.sh +++ b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/050_unix-domain/017_echo-long-5con-multi-reverse/test.sh @@ -15,7 +15,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -output kernel+initrd test-ns.yml +moby build -format kernel+initrd test-ns.yml RESULT="$(linuxkit run -cpus 2 test-ns)" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/050_unix-domain/017_echo-long-5con-multi/test.sh b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/050_unix-domain/017_echo-long-5con-multi/test.sh index 69e33b219..42f54bb32 100644 --- a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/050_unix-domain/017_echo-long-5con-multi/test.sh +++ b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/050_unix-domain/017_echo-long-5con-multi/test.sh @@ -15,7 +15,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -output kernel+initrd test-ns.yml +moby build -format kernel+initrd test-ns.yml RESULT="$(linuxkit run -cpus 2 test-ns)" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/100_mix/010_veth-unix-domain-echo/test.sh b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/100_mix/010_veth-unix-domain-echo/test.sh index ce5ef5b6e..186c80f7f 100644 --- a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/100_mix/010_veth-unix-domain-echo/test.sh +++ b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/100_mix/010_veth-unix-domain-echo/test.sh @@ -15,7 +15,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -output kernel+initrd test-ns.yml +moby build -format kernel+initrd test-ns.yml RESULT="$(linuxkit run -cpus 2 test-ns)" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/100_mix/011_veth-unix-domain-echo-reverse/test.sh b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/100_mix/011_veth-unix-domain-echo-reverse/test.sh index fd5d3fc5d..9eea7787c 100644 --- a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/100_mix/011_veth-unix-domain-echo-reverse/test.sh +++ b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/100_mix/011_veth-unix-domain-echo-reverse/test.sh @@ -15,7 +15,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -output kernel+initrd test-ns.yml +moby build -format kernel+initrd test-ns.yml RESULT="$(linuxkit run -cpus 2 test-ns)" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/100_mix/012_veth-ipv4-echo/test.sh b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/100_mix/012_veth-ipv4-echo/test.sh index 42ce7cf90..02a327d63 100644 --- a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/100_mix/012_veth-ipv4-echo/test.sh +++ b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/100_mix/012_veth-ipv4-echo/test.sh @@ -15,7 +15,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -output kernel+initrd test-ns.yml +moby build -format kernel+initrd test-ns.yml RESULT="$(linuxkit run -cpus 2 test-ns)" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/100_mix/013_veth-ipv6-echo/test.sh b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/100_mix/013_veth-ipv6-echo/test.sh index 6c5e45bb3..667ef5994 100644 --- a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/100_mix/013_veth-ipv6-echo/test.sh +++ b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/100_mix/013_veth-ipv6-echo/test.sh @@ -15,7 +15,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -output kernel+initrd test-ns.yml +moby build -format kernel+initrd test-ns.yml RESULT="$(linuxkit run -cpus 2 test-ns)" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/100_mix/014_veth-tcp-echo/test.sh b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/100_mix/014_veth-tcp-echo/test.sh index a82f00887..aa3e38e15 100644 --- a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/100_mix/014_veth-tcp-echo/test.sh +++ b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/100_mix/014_veth-tcp-echo/test.sh @@ -15,7 +15,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -output kernel+initrd test-ns.yml +moby build -format kernel+initrd test-ns.yml RESULT="$(linuxkit run -cpus 2 test-ns)" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/100_mix/015_veth-udp-echo/test.sh b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/100_mix/015_veth-udp-echo/test.sh index 51f12a887..a77c8e723 100644 --- a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/100_mix/015_veth-udp-echo/test.sh +++ b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/100_mix/015_veth-udp-echo/test.sh @@ -15,7 +15,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -output kernel+initrd test-ns.yml +moby build -format kernel+initrd test-ns.yml RESULT="$(linuxkit run -cpus 2 test-ns)" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/100_mix/020_unix-domain-echo/test.sh b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/100_mix/020_unix-domain-echo/test.sh index 9ede8d360..64c916aac 100644 --- a/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/100_mix/020_unix-domain-echo/test.sh +++ b/test/cases/020_kernel/110_namespace/001_kernel-4.9.x/100_mix/020_unix-domain-echo/test.sh @@ -15,7 +15,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -output kernel+initrd test-ns.yml +moby build -format kernel+initrd test-ns.yml RESULT="$(linuxkit run -cpus 2 test-ns)" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/010_veth/010_echo-tcp-ipv4-short-1con-single-reverse/test.sh b/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/010_veth/010_echo-tcp-ipv4-short-1con-single-reverse/test.sh index cba65b71d..021b7a47c 100644 --- a/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/010_veth/010_echo-tcp-ipv4-short-1con-single-reverse/test.sh +++ b/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/010_veth/010_echo-tcp-ipv4-short-1con-single-reverse/test.sh @@ -15,7 +15,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -output kernel+initrd test-ns.yml +moby build -format kernel+initrd test-ns.yml RESULT="$(linuxkit run -cpus 2 test-ns)" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/010_veth/010_echo-tcp-ipv4-short-1con-single/test.sh b/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/010_veth/010_echo-tcp-ipv4-short-1con-single/test.sh index 231d023fc..117af71c2 100644 --- a/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/010_veth/010_echo-tcp-ipv4-short-1con-single/test.sh +++ b/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/010_veth/010_echo-tcp-ipv4-short-1con-single/test.sh @@ -15,7 +15,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -output kernel+initrd test-ns.yml +moby build -format kernel+initrd test-ns.yml RESULT="$(linuxkit run -cpus 2 test-ns)" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/010_veth/011_echo-tcp-ipv4-short-10con-single-reverse/test.sh b/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/010_veth/011_echo-tcp-ipv4-short-10con-single-reverse/test.sh index 5a9eac70c..ea135cd87 100644 --- a/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/010_veth/011_echo-tcp-ipv4-short-10con-single-reverse/test.sh +++ b/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/010_veth/011_echo-tcp-ipv4-short-10con-single-reverse/test.sh @@ -15,7 +15,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -output kernel+initrd test-ns.yml +moby build -format kernel+initrd test-ns.yml RESULT="$(linuxkit run -cpus 2 test-ns)" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/010_veth/011_echo-tcp-ipv4-short-10con-single/test.sh b/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/010_veth/011_echo-tcp-ipv4-short-10con-single/test.sh index da4e2128f..0bc13123a 100644 --- a/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/010_veth/011_echo-tcp-ipv4-short-10con-single/test.sh +++ b/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/010_veth/011_echo-tcp-ipv4-short-10con-single/test.sh @@ -15,7 +15,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -output kernel+initrd test-ns.yml +moby build -format kernel+initrd test-ns.yml RESULT="$(linuxkit run -cpus 2 test-ns)" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/010_veth/012_echo-tcp-ipv4-short-5con-multi-reverse/test.sh b/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/010_veth/012_echo-tcp-ipv4-short-5con-multi-reverse/test.sh index e4493a4a8..473642acc 100644 --- a/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/010_veth/012_echo-tcp-ipv4-short-5con-multi-reverse/test.sh +++ b/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/010_veth/012_echo-tcp-ipv4-short-5con-multi-reverse/test.sh @@ -15,7 +15,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -output kernel+initrd test-ns.yml +moby build -format kernel+initrd test-ns.yml RESULT="$(linuxkit run -cpus 2 test-ns)" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/010_veth/012_echo-tcp-ipv4-short-5con-multi/test.sh b/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/010_veth/012_echo-tcp-ipv4-short-5con-multi/test.sh index 13466889d..93dd22a6e 100644 --- a/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/010_veth/012_echo-tcp-ipv4-short-5con-multi/test.sh +++ b/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/010_veth/012_echo-tcp-ipv4-short-5con-multi/test.sh @@ -15,7 +15,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -output kernel+initrd test-ns.yml +moby build -format kernel+initrd test-ns.yml RESULT="$(linuxkit run -cpus 2 test-ns)" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/010_veth/015_echo-tcp-ipv4-long-1con-single-reverse/test.sh b/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/010_veth/015_echo-tcp-ipv4-long-1con-single-reverse/test.sh index 90f00bb5c..b5a7faddb 100644 --- a/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/010_veth/015_echo-tcp-ipv4-long-1con-single-reverse/test.sh +++ b/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/010_veth/015_echo-tcp-ipv4-long-1con-single-reverse/test.sh @@ -15,7 +15,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -output kernel+initrd test-ns.yml +moby build -format kernel+initrd test-ns.yml RESULT="$(linuxkit run -cpus 2 test-ns)" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/010_veth/015_echo-tcp-ipv4-long-1con-single/test.sh b/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/010_veth/015_echo-tcp-ipv4-long-1con-single/test.sh index d767c37b9..bdc5f3218 100644 --- a/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/010_veth/015_echo-tcp-ipv4-long-1con-single/test.sh +++ b/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/010_veth/015_echo-tcp-ipv4-long-1con-single/test.sh @@ -15,7 +15,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -output kernel+initrd test-ns.yml +moby build -format kernel+initrd test-ns.yml RESULT="$(linuxkit run -cpus 2 test-ns)" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/010_veth/016_echo-tcp-ipv4-long-10con-single-reverse/test.sh b/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/010_veth/016_echo-tcp-ipv4-long-10con-single-reverse/test.sh index 90bb5af9d..377bfd01c 100644 --- a/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/010_veth/016_echo-tcp-ipv4-long-10con-single-reverse/test.sh +++ b/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/010_veth/016_echo-tcp-ipv4-long-10con-single-reverse/test.sh @@ -15,7 +15,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -output kernel+initrd test-ns.yml +moby build -format kernel+initrd test-ns.yml RESULT="$(linuxkit run -cpus 2 test-ns)" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/010_veth/016_echo-tcp-ipv4-long-10con-single/test.sh b/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/010_veth/016_echo-tcp-ipv4-long-10con-single/test.sh index edfd0e8bc..99c08abcf 100644 --- a/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/010_veth/016_echo-tcp-ipv4-long-10con-single/test.sh +++ b/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/010_veth/016_echo-tcp-ipv4-long-10con-single/test.sh @@ -15,7 +15,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -output kernel+initrd test-ns.yml +moby build -format kernel+initrd test-ns.yml RESULT="$(linuxkit run -cpus 2 test-ns)" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/010_veth/017_echo-tcp-ipv4-long-5con-multi-reverse/test.sh b/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/010_veth/017_echo-tcp-ipv4-long-5con-multi-reverse/test.sh index 1d6fc940d..c1363bed9 100644 --- a/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/010_veth/017_echo-tcp-ipv4-long-5con-multi-reverse/test.sh +++ b/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/010_veth/017_echo-tcp-ipv4-long-5con-multi-reverse/test.sh @@ -15,7 +15,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -output kernel+initrd test-ns.yml +moby build -format kernel+initrd test-ns.yml RESULT="$(linuxkit run -cpus 2 test-ns)" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/010_veth/017_echo-tcp-ipv4-long-5con-multi/test.sh b/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/010_veth/017_echo-tcp-ipv4-long-5con-multi/test.sh index 6d4316fd4..8b96e0ece 100644 --- a/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/010_veth/017_echo-tcp-ipv4-long-5con-multi/test.sh +++ b/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/010_veth/017_echo-tcp-ipv4-long-5con-multi/test.sh @@ -15,7 +15,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -output kernel+initrd test-ns.yml +moby build -format kernel+initrd test-ns.yml RESULT="$(linuxkit run -cpus 2 test-ns)" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/010_veth/020_echo-tcp-ipv6-short-1con-single-reverse/test.sh b/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/010_veth/020_echo-tcp-ipv6-short-1con-single-reverse/test.sh index 25e54209e..5eb902edc 100644 --- a/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/010_veth/020_echo-tcp-ipv6-short-1con-single-reverse/test.sh +++ b/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/010_veth/020_echo-tcp-ipv6-short-1con-single-reverse/test.sh @@ -15,7 +15,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -output kernel+initrd test-ns.yml +moby build -format kernel+initrd test-ns.yml RESULT="$(linuxkit run -cpus 2 test-ns)" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/010_veth/020_echo-tcp-ipv6-short-1con-single/test.sh b/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/010_veth/020_echo-tcp-ipv6-short-1con-single/test.sh index 2c5a5d12b..448676be1 100644 --- a/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/010_veth/020_echo-tcp-ipv6-short-1con-single/test.sh +++ b/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/010_veth/020_echo-tcp-ipv6-short-1con-single/test.sh @@ -15,7 +15,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -output kernel+initrd test-ns.yml +moby build -format kernel+initrd test-ns.yml RESULT="$(linuxkit run -cpus 2 test-ns)" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/010_veth/021_echo-tcp-ipv6-short-10con-single-reverse/test.sh b/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/010_veth/021_echo-tcp-ipv6-short-10con-single-reverse/test.sh index 4d5c27311..86889cefb 100644 --- a/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/010_veth/021_echo-tcp-ipv6-short-10con-single-reverse/test.sh +++ b/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/010_veth/021_echo-tcp-ipv6-short-10con-single-reverse/test.sh @@ -15,7 +15,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -output kernel+initrd test-ns.yml +moby build -format kernel+initrd test-ns.yml RESULT="$(linuxkit run -cpus 2 test-ns)" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/010_veth/021_echo-tcp-ipv6-short-10con-single/test.sh b/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/010_veth/021_echo-tcp-ipv6-short-10con-single/test.sh index 8cd7170c5..977385887 100644 --- a/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/010_veth/021_echo-tcp-ipv6-short-10con-single/test.sh +++ b/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/010_veth/021_echo-tcp-ipv6-short-10con-single/test.sh @@ -15,7 +15,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -output kernel+initrd test-ns.yml +moby build -format kernel+initrd test-ns.yml RESULT="$(linuxkit run -cpus 2 test-ns)" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/010_veth/022_echo-tcp-ipv6-short-5con-multi-reverse/test.sh b/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/010_veth/022_echo-tcp-ipv6-short-5con-multi-reverse/test.sh index a6ccb1ac4..3b2ecc816 100644 --- a/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/010_veth/022_echo-tcp-ipv6-short-5con-multi-reverse/test.sh +++ b/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/010_veth/022_echo-tcp-ipv6-short-5con-multi-reverse/test.sh @@ -15,7 +15,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -output kernel+initrd test-ns.yml +moby build -format kernel+initrd test-ns.yml RESULT="$(linuxkit run -cpus 2 test-ns)" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/010_veth/022_echo-tcp-ipv6-short-5con-multi/test.sh b/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/010_veth/022_echo-tcp-ipv6-short-5con-multi/test.sh index c4ba65fb9..35f478630 100644 --- a/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/010_veth/022_echo-tcp-ipv6-short-5con-multi/test.sh +++ b/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/010_veth/022_echo-tcp-ipv6-short-5con-multi/test.sh @@ -15,7 +15,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -output kernel+initrd test-ns.yml +moby build -format kernel+initrd test-ns.yml RESULT="$(linuxkit run -cpus 2 test-ns)" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/010_veth/025_echo-tcp-ipv6-long-1con-single-reverse/test.sh b/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/010_veth/025_echo-tcp-ipv6-long-1con-single-reverse/test.sh index f662ba4bc..a79bd5301 100644 --- a/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/010_veth/025_echo-tcp-ipv6-long-1con-single-reverse/test.sh +++ b/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/010_veth/025_echo-tcp-ipv6-long-1con-single-reverse/test.sh @@ -15,7 +15,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -output kernel+initrd test-ns.yml +moby build -format kernel+initrd test-ns.yml RESULT="$(linuxkit run -cpus 2 test-ns)" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/010_veth/025_echo-tcp-ipv6-long-1con-single/test.sh b/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/010_veth/025_echo-tcp-ipv6-long-1con-single/test.sh index d6fa196a2..56989e4c0 100644 --- a/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/010_veth/025_echo-tcp-ipv6-long-1con-single/test.sh +++ b/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/010_veth/025_echo-tcp-ipv6-long-1con-single/test.sh @@ -15,7 +15,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -output kernel+initrd test-ns.yml +moby build -format kernel+initrd test-ns.yml RESULT="$(linuxkit run -cpus 2 test-ns)" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/010_veth/026_echo-tcp-ipv6-long-10con-single-reverse/test.sh b/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/010_veth/026_echo-tcp-ipv6-long-10con-single-reverse/test.sh index c5f11ebe5..061f2bedc 100644 --- a/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/010_veth/026_echo-tcp-ipv6-long-10con-single-reverse/test.sh +++ b/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/010_veth/026_echo-tcp-ipv6-long-10con-single-reverse/test.sh @@ -15,7 +15,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -output kernel+initrd test-ns.yml +moby build -format kernel+initrd test-ns.yml RESULT="$(linuxkit run -cpus 2 test-ns)" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/010_veth/026_echo-tcp-ipv6-long-10con-single/test.sh b/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/010_veth/026_echo-tcp-ipv6-long-10con-single/test.sh index 0c04a64aa..e4a356270 100644 --- a/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/010_veth/026_echo-tcp-ipv6-long-10con-single/test.sh +++ b/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/010_veth/026_echo-tcp-ipv6-long-10con-single/test.sh @@ -15,7 +15,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -output kernel+initrd test-ns.yml +moby build -format kernel+initrd test-ns.yml RESULT="$(linuxkit run -cpus 2 test-ns)" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/010_veth/027_echo-tcp-ipv6-long-5con-multi-reverse/test.sh b/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/010_veth/027_echo-tcp-ipv6-long-5con-multi-reverse/test.sh index 364974dc8..fda058124 100644 --- a/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/010_veth/027_echo-tcp-ipv6-long-5con-multi-reverse/test.sh +++ b/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/010_veth/027_echo-tcp-ipv6-long-5con-multi-reverse/test.sh @@ -15,7 +15,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -output kernel+initrd test-ns.yml +moby build -format kernel+initrd test-ns.yml RESULT="$(linuxkit run -cpus 2 test-ns)" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/010_veth/027_echo-tcp-ipv6-long-5con-multi/test.sh b/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/010_veth/027_echo-tcp-ipv6-long-5con-multi/test.sh index 43793f978..b5eba01c6 100644 --- a/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/010_veth/027_echo-tcp-ipv6-long-5con-multi/test.sh +++ b/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/010_veth/027_echo-tcp-ipv6-long-5con-multi/test.sh @@ -15,7 +15,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -output kernel+initrd test-ns.yml +moby build -format kernel+initrd test-ns.yml RESULT="$(linuxkit run -cpus 2 test-ns)" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/010_veth/030_echo-udp-ipv4-short-1con-single-reverse/test.sh b/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/010_veth/030_echo-udp-ipv4-short-1con-single-reverse/test.sh index f0c52ed63..88bbf02d7 100644 --- a/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/010_veth/030_echo-udp-ipv4-short-1con-single-reverse/test.sh +++ b/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/010_veth/030_echo-udp-ipv4-short-1con-single-reverse/test.sh @@ -15,7 +15,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -output kernel+initrd test-ns.yml +moby build -format kernel+initrd test-ns.yml RESULT="$(linuxkit run -cpus 2 test-ns)" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/010_veth/030_echo-udp-ipv4-short-1con-single/test.sh b/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/010_veth/030_echo-udp-ipv4-short-1con-single/test.sh index 7877974e8..b26008022 100644 --- a/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/010_veth/030_echo-udp-ipv4-short-1con-single/test.sh +++ b/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/010_veth/030_echo-udp-ipv4-short-1con-single/test.sh @@ -15,7 +15,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -output kernel+initrd test-ns.yml +moby build -format kernel+initrd test-ns.yml RESULT="$(linuxkit run -cpus 2 test-ns)" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/010_veth/031_echo-udp-ipv4-short-10con-single-reverse/test.sh b/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/010_veth/031_echo-udp-ipv4-short-10con-single-reverse/test.sh index 62b20154f..90aed3751 100644 --- a/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/010_veth/031_echo-udp-ipv4-short-10con-single-reverse/test.sh +++ b/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/010_veth/031_echo-udp-ipv4-short-10con-single-reverse/test.sh @@ -15,7 +15,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -output kernel+initrd test-ns.yml +moby build -format kernel+initrd test-ns.yml RESULT="$(linuxkit run -cpus 2 test-ns)" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/010_veth/031_echo-udp-ipv4-short-10con-single/test.sh b/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/010_veth/031_echo-udp-ipv4-short-10con-single/test.sh index 1aa637d69..c9a1f64b0 100644 --- a/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/010_veth/031_echo-udp-ipv4-short-10con-single/test.sh +++ b/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/010_veth/031_echo-udp-ipv4-short-10con-single/test.sh @@ -15,7 +15,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -output kernel+initrd test-ns.yml +moby build -format kernel+initrd test-ns.yml RESULT="$(linuxkit run -cpus 2 test-ns)" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/010_veth/032_echo-udp-ipv4-short-5con-multi-reverse/test.sh b/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/010_veth/032_echo-udp-ipv4-short-5con-multi-reverse/test.sh index 89866c467..044e49503 100644 --- a/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/010_veth/032_echo-udp-ipv4-short-5con-multi-reverse/test.sh +++ b/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/010_veth/032_echo-udp-ipv4-short-5con-multi-reverse/test.sh @@ -15,7 +15,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -output kernel+initrd test-ns.yml +moby build -format kernel+initrd test-ns.yml RESULT="$(linuxkit run -cpus 2 test-ns)" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/010_veth/032_echo-udp-ipv4-short-5con-multi/test.sh b/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/010_veth/032_echo-udp-ipv4-short-5con-multi/test.sh index fe2a7eb0c..34a6bbacb 100644 --- a/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/010_veth/032_echo-udp-ipv4-short-5con-multi/test.sh +++ b/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/010_veth/032_echo-udp-ipv4-short-5con-multi/test.sh @@ -15,7 +15,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -output kernel+initrd test-ns.yml +moby build -format kernel+initrd test-ns.yml RESULT="$(linuxkit run -cpus 2 test-ns)" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/010_veth/035_echo-udp-ipv4-long-1con-single-reverse/test.sh b/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/010_veth/035_echo-udp-ipv4-long-1con-single-reverse/test.sh index efac42676..c216a3854 100644 --- a/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/010_veth/035_echo-udp-ipv4-long-1con-single-reverse/test.sh +++ b/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/010_veth/035_echo-udp-ipv4-long-1con-single-reverse/test.sh @@ -15,7 +15,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -output kernel+initrd test-ns.yml +moby build -format kernel+initrd test-ns.yml RESULT="$(linuxkit run -cpus 2 test-ns)" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/010_veth/035_echo-udp-ipv4-long-1con-single/test.sh b/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/010_veth/035_echo-udp-ipv4-long-1con-single/test.sh index 7a8bbb5b4..d4265e141 100644 --- a/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/010_veth/035_echo-udp-ipv4-long-1con-single/test.sh +++ b/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/010_veth/035_echo-udp-ipv4-long-1con-single/test.sh @@ -15,7 +15,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -output kernel+initrd test-ns.yml +moby build -format kernel+initrd test-ns.yml RESULT="$(linuxkit run -cpus 2 test-ns)" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/010_veth/036_echo-udp-ipv4-long-10con-single-reverse/test.sh b/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/010_veth/036_echo-udp-ipv4-long-10con-single-reverse/test.sh index 3bf9a6784..b1c441a2a 100644 --- a/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/010_veth/036_echo-udp-ipv4-long-10con-single-reverse/test.sh +++ b/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/010_veth/036_echo-udp-ipv4-long-10con-single-reverse/test.sh @@ -15,7 +15,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -output kernel+initrd test-ns.yml +moby build -format kernel+initrd test-ns.yml RESULT="$(linuxkit run -cpus 2 test-ns)" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/010_veth/036_echo-udp-ipv4-long-10con-single/test.sh b/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/010_veth/036_echo-udp-ipv4-long-10con-single/test.sh index ae68a0a6f..b20698fc4 100644 --- a/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/010_veth/036_echo-udp-ipv4-long-10con-single/test.sh +++ b/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/010_veth/036_echo-udp-ipv4-long-10con-single/test.sh @@ -15,7 +15,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -output kernel+initrd test-ns.yml +moby build -format kernel+initrd test-ns.yml RESULT="$(linuxkit run -cpus 2 test-ns)" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/010_veth/037_echo-udp-ipv4-long-5con-multi-reverse/test.sh b/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/010_veth/037_echo-udp-ipv4-long-5con-multi-reverse/test.sh index 32c91ccba..5b6af8573 100644 --- a/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/010_veth/037_echo-udp-ipv4-long-5con-multi-reverse/test.sh +++ b/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/010_veth/037_echo-udp-ipv4-long-5con-multi-reverse/test.sh @@ -15,7 +15,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -output kernel+initrd test-ns.yml +moby build -format kernel+initrd test-ns.yml RESULT="$(linuxkit run -cpus 2 test-ns)" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/010_veth/037_echo-udp-ipv4-long-5con-multi/test.sh b/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/010_veth/037_echo-udp-ipv4-long-5con-multi/test.sh index ef028133a..6115d8b0d 100644 --- a/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/010_veth/037_echo-udp-ipv4-long-5con-multi/test.sh +++ b/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/010_veth/037_echo-udp-ipv4-long-5con-multi/test.sh @@ -15,7 +15,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -output kernel+initrd test-ns.yml +moby build -format kernel+initrd test-ns.yml RESULT="$(linuxkit run -cpus 2 test-ns)" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/010_veth/040_echo-udp-ipv6-short-1con-single-reverse/test.sh b/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/010_veth/040_echo-udp-ipv6-short-1con-single-reverse/test.sh index 713b3f173..7475e6af2 100644 --- a/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/010_veth/040_echo-udp-ipv6-short-1con-single-reverse/test.sh +++ b/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/010_veth/040_echo-udp-ipv6-short-1con-single-reverse/test.sh @@ -15,7 +15,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -output kernel+initrd test-ns.yml +moby build -format kernel+initrd test-ns.yml RESULT="$(linuxkit run -cpus 2 test-ns)" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/010_veth/040_echo-udp-ipv6-short-1con-single/test.sh b/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/010_veth/040_echo-udp-ipv6-short-1con-single/test.sh index 3e42aff05..40a210237 100644 --- a/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/010_veth/040_echo-udp-ipv6-short-1con-single/test.sh +++ b/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/010_veth/040_echo-udp-ipv6-short-1con-single/test.sh @@ -15,7 +15,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -output kernel+initrd test-ns.yml +moby build -format kernel+initrd test-ns.yml RESULT="$(linuxkit run -cpus 2 test-ns)" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/010_veth/041_echo-udp-ipv6-short-10con-single-reverse/test.sh b/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/010_veth/041_echo-udp-ipv6-short-10con-single-reverse/test.sh index c9576fe50..2265b1d4f 100644 --- a/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/010_veth/041_echo-udp-ipv6-short-10con-single-reverse/test.sh +++ b/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/010_veth/041_echo-udp-ipv6-short-10con-single-reverse/test.sh @@ -15,7 +15,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -output kernel+initrd test-ns.yml +moby build -format kernel+initrd test-ns.yml RESULT="$(linuxkit run -cpus 2 test-ns)" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/010_veth/041_echo-udp-ipv6-short-10con-single/test.sh b/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/010_veth/041_echo-udp-ipv6-short-10con-single/test.sh index 498d6574b..dd3b579b8 100644 --- a/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/010_veth/041_echo-udp-ipv6-short-10con-single/test.sh +++ b/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/010_veth/041_echo-udp-ipv6-short-10con-single/test.sh @@ -15,7 +15,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -output kernel+initrd test-ns.yml +moby build -format kernel+initrd test-ns.yml RESULT="$(linuxkit run -cpus 2 test-ns)" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/010_veth/042_echo-udp-ipv6-short-5con-multi-reverse/test.sh b/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/010_veth/042_echo-udp-ipv6-short-5con-multi-reverse/test.sh index c16132ac0..701f0a4cf 100644 --- a/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/010_veth/042_echo-udp-ipv6-short-5con-multi-reverse/test.sh +++ b/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/010_veth/042_echo-udp-ipv6-short-5con-multi-reverse/test.sh @@ -15,7 +15,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -output kernel+initrd test-ns.yml +moby build -format kernel+initrd test-ns.yml RESULT="$(linuxkit run -cpus 2 test-ns)" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/010_veth/042_echo-udp-ipv6-short-5con-multi/test.sh b/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/010_veth/042_echo-udp-ipv6-short-5con-multi/test.sh index 8e3408c51..affaa880e 100644 --- a/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/010_veth/042_echo-udp-ipv6-short-5con-multi/test.sh +++ b/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/010_veth/042_echo-udp-ipv6-short-5con-multi/test.sh @@ -15,7 +15,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -output kernel+initrd test-ns.yml +moby build -format kernel+initrd test-ns.yml RESULT="$(linuxkit run -cpus 2 test-ns)" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/010_veth/045_echo-udp-ipv6-long-1con-single-reverse/test.sh b/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/010_veth/045_echo-udp-ipv6-long-1con-single-reverse/test.sh index 18983c5d5..c1c22e83e 100644 --- a/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/010_veth/045_echo-udp-ipv6-long-1con-single-reverse/test.sh +++ b/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/010_veth/045_echo-udp-ipv6-long-1con-single-reverse/test.sh @@ -15,7 +15,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -output kernel+initrd test-ns.yml +moby build -format kernel+initrd test-ns.yml RESULT="$(linuxkit run -cpus 2 test-ns)" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/010_veth/045_echo-udp-ipv6-long-1con-single/test.sh b/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/010_veth/045_echo-udp-ipv6-long-1con-single/test.sh index 788ff254a..b9f52015c 100644 --- a/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/010_veth/045_echo-udp-ipv6-long-1con-single/test.sh +++ b/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/010_veth/045_echo-udp-ipv6-long-1con-single/test.sh @@ -15,7 +15,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -output kernel+initrd test-ns.yml +moby build -format kernel+initrd test-ns.yml RESULT="$(linuxkit run -cpus 2 test-ns)" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/010_veth/046_echo-udp-ipv6-long-10con-single-reverse/test.sh b/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/010_veth/046_echo-udp-ipv6-long-10con-single-reverse/test.sh index 96eeacbae..016929907 100644 --- a/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/010_veth/046_echo-udp-ipv6-long-10con-single-reverse/test.sh +++ b/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/010_veth/046_echo-udp-ipv6-long-10con-single-reverse/test.sh @@ -15,7 +15,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -output kernel+initrd test-ns.yml +moby build -format kernel+initrd test-ns.yml RESULT="$(linuxkit run -cpus 2 test-ns)" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/010_veth/046_echo-udp-ipv6-long-10con-single/test.sh b/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/010_veth/046_echo-udp-ipv6-long-10con-single/test.sh index f139a57ae..fa6ff9ec5 100644 --- a/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/010_veth/046_echo-udp-ipv6-long-10con-single/test.sh +++ b/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/010_veth/046_echo-udp-ipv6-long-10con-single/test.sh @@ -15,7 +15,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -output kernel+initrd test-ns.yml +moby build -format kernel+initrd test-ns.yml RESULT="$(linuxkit run -cpus 2 test-ns)" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/010_veth/047_echo-udp-ipv6-long-5con-multi-reverse/test.sh b/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/010_veth/047_echo-udp-ipv6-long-5con-multi-reverse/test.sh index 9055b9249..75bdfadac 100644 --- a/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/010_veth/047_echo-udp-ipv6-long-5con-multi-reverse/test.sh +++ b/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/010_veth/047_echo-udp-ipv6-long-5con-multi-reverse/test.sh @@ -15,7 +15,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -output kernel+initrd test-ns.yml +moby build -format kernel+initrd test-ns.yml RESULT="$(linuxkit run -cpus 2 test-ns)" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/010_veth/047_echo-udp-ipv6-long-5con-multi/test.sh b/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/010_veth/047_echo-udp-ipv6-long-5con-multi/test.sh index e8a092e3d..ec498334b 100644 --- a/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/010_veth/047_echo-udp-ipv6-long-5con-multi/test.sh +++ b/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/010_veth/047_echo-udp-ipv6-long-5con-multi/test.sh @@ -15,7 +15,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -output kernel+initrd test-ns.yml +moby build -format kernel+initrd test-ns.yml RESULT="$(linuxkit run -cpus 2 test-ns)" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/050_unix-domain/010_echo-short-1con-single-reverse/test.sh b/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/050_unix-domain/010_echo-short-1con-single-reverse/test.sh index 5652242b7..341a356b6 100644 --- a/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/050_unix-domain/010_echo-short-1con-single-reverse/test.sh +++ b/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/050_unix-domain/010_echo-short-1con-single-reverse/test.sh @@ -15,7 +15,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -output kernel+initrd test-ns.yml +moby build -format kernel+initrd test-ns.yml RESULT="$(linuxkit run -cpus 2 test-ns)" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/050_unix-domain/010_echo-short-1con-single/test.sh b/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/050_unix-domain/010_echo-short-1con-single/test.sh index de81ba7c3..4e9910fe3 100644 --- a/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/050_unix-domain/010_echo-short-1con-single/test.sh +++ b/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/050_unix-domain/010_echo-short-1con-single/test.sh @@ -15,7 +15,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -output kernel+initrd test-ns.yml +moby build -format kernel+initrd test-ns.yml RESULT="$(linuxkit run -cpus 2 test-ns)" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/050_unix-domain/011_echo-short-10con-single-reverse/test.sh b/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/050_unix-domain/011_echo-short-10con-single-reverse/test.sh index 6f7d002d1..1e1b5adc7 100644 --- a/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/050_unix-domain/011_echo-short-10con-single-reverse/test.sh +++ b/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/050_unix-domain/011_echo-short-10con-single-reverse/test.sh @@ -15,7 +15,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -output kernel+initrd test-ns.yml +moby build -format kernel+initrd test-ns.yml RESULT="$(linuxkit run -cpus 2 test-ns)" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/050_unix-domain/011_echo-short-10con-single/test.sh b/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/050_unix-domain/011_echo-short-10con-single/test.sh index b4ef7aa81..18f22375c 100644 --- a/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/050_unix-domain/011_echo-short-10con-single/test.sh +++ b/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/050_unix-domain/011_echo-short-10con-single/test.sh @@ -15,7 +15,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -output kernel+initrd test-ns.yml +moby build -format kernel+initrd test-ns.yml RESULT="$(linuxkit run -cpus 2 test-ns)" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/050_unix-domain/012_echo-short-5con-multi-reverse/test.sh b/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/050_unix-domain/012_echo-short-5con-multi-reverse/test.sh index 02ce084cb..981a679c8 100644 --- a/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/050_unix-domain/012_echo-short-5con-multi-reverse/test.sh +++ b/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/050_unix-domain/012_echo-short-5con-multi-reverse/test.sh @@ -15,7 +15,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -output kernel+initrd test-ns.yml +moby build -format kernel+initrd test-ns.yml RESULT="$(linuxkit run -cpus 2 test-ns)" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/050_unix-domain/012_echo-short-5con-multi/test.sh b/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/050_unix-domain/012_echo-short-5con-multi/test.sh index 1ee5cbc31..17fa66692 100644 --- a/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/050_unix-domain/012_echo-short-5con-multi/test.sh +++ b/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/050_unix-domain/012_echo-short-5con-multi/test.sh @@ -15,7 +15,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -output kernel+initrd test-ns.yml +moby build -format kernel+initrd test-ns.yml RESULT="$(linuxkit run -cpus 2 test-ns)" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/050_unix-domain/015_echo-long-1con-single-reverse/test.sh b/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/050_unix-domain/015_echo-long-1con-single-reverse/test.sh index 7f15e1fd1..5d6f4809e 100644 --- a/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/050_unix-domain/015_echo-long-1con-single-reverse/test.sh +++ b/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/050_unix-domain/015_echo-long-1con-single-reverse/test.sh @@ -15,7 +15,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -output kernel+initrd test-ns.yml +moby build -format kernel+initrd test-ns.yml RESULT="$(linuxkit run -cpus 2 test-ns)" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/050_unix-domain/015_echo-long-1con-single/test.sh b/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/050_unix-domain/015_echo-long-1con-single/test.sh index 2c91a1a3f..a36967b14 100644 --- a/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/050_unix-domain/015_echo-long-1con-single/test.sh +++ b/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/050_unix-domain/015_echo-long-1con-single/test.sh @@ -15,7 +15,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -output kernel+initrd test-ns.yml +moby build -format kernel+initrd test-ns.yml RESULT="$(linuxkit run -cpus 2 test-ns)" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/050_unix-domain/016_echo-long-10con-single-reverse/test.sh b/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/050_unix-domain/016_echo-long-10con-single-reverse/test.sh index 5d1825049..2d5908f28 100644 --- a/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/050_unix-domain/016_echo-long-10con-single-reverse/test.sh +++ b/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/050_unix-domain/016_echo-long-10con-single-reverse/test.sh @@ -15,7 +15,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -output kernel+initrd test-ns.yml +moby build -format kernel+initrd test-ns.yml RESULT="$(linuxkit run -cpus 2 test-ns)" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/050_unix-domain/016_echo-long-10con-single/test.sh b/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/050_unix-domain/016_echo-long-10con-single/test.sh index 8a3021f34..917a687f7 100644 --- a/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/050_unix-domain/016_echo-long-10con-single/test.sh +++ b/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/050_unix-domain/016_echo-long-10con-single/test.sh @@ -15,7 +15,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -output kernel+initrd test-ns.yml +moby build -format kernel+initrd test-ns.yml RESULT="$(linuxkit run -cpus 2 test-ns)" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/050_unix-domain/017_echo-long-5con-multi-reverse/test.sh b/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/050_unix-domain/017_echo-long-5con-multi-reverse/test.sh index 57bc80527..0af9e99b1 100644 --- a/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/050_unix-domain/017_echo-long-5con-multi-reverse/test.sh +++ b/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/050_unix-domain/017_echo-long-5con-multi-reverse/test.sh @@ -15,7 +15,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -output kernel+initrd test-ns.yml +moby build -format kernel+initrd test-ns.yml RESULT="$(linuxkit run -cpus 2 test-ns)" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/050_unix-domain/017_echo-long-5con-multi/test.sh b/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/050_unix-domain/017_echo-long-5con-multi/test.sh index 69e33b219..42f54bb32 100644 --- a/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/050_unix-domain/017_echo-long-5con-multi/test.sh +++ b/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/050_unix-domain/017_echo-long-5con-multi/test.sh @@ -15,7 +15,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -output kernel+initrd test-ns.yml +moby build -format kernel+initrd test-ns.yml RESULT="$(linuxkit run -cpus 2 test-ns)" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/100_mix/010_veth-unix-domain-echo/test.sh b/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/100_mix/010_veth-unix-domain-echo/test.sh index ce5ef5b6e..186c80f7f 100644 --- a/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/100_mix/010_veth-unix-domain-echo/test.sh +++ b/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/100_mix/010_veth-unix-domain-echo/test.sh @@ -15,7 +15,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -output kernel+initrd test-ns.yml +moby build -format kernel+initrd test-ns.yml RESULT="$(linuxkit run -cpus 2 test-ns)" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/100_mix/011_veth-unix-domain-echo-reverse/test.sh b/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/100_mix/011_veth-unix-domain-echo-reverse/test.sh index fd5d3fc5d..9eea7787c 100644 --- a/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/100_mix/011_veth-unix-domain-echo-reverse/test.sh +++ b/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/100_mix/011_veth-unix-domain-echo-reverse/test.sh @@ -15,7 +15,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -output kernel+initrd test-ns.yml +moby build -format kernel+initrd test-ns.yml RESULT="$(linuxkit run -cpus 2 test-ns)" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/100_mix/012_veth-ipv4-echo/test.sh b/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/100_mix/012_veth-ipv4-echo/test.sh index 42ce7cf90..02a327d63 100644 --- a/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/100_mix/012_veth-ipv4-echo/test.sh +++ b/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/100_mix/012_veth-ipv4-echo/test.sh @@ -15,7 +15,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -output kernel+initrd test-ns.yml +moby build -format kernel+initrd test-ns.yml RESULT="$(linuxkit run -cpus 2 test-ns)" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/100_mix/013_veth-ipv6-echo/test.sh b/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/100_mix/013_veth-ipv6-echo/test.sh index 6c5e45bb3..667ef5994 100644 --- a/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/100_mix/013_veth-ipv6-echo/test.sh +++ b/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/100_mix/013_veth-ipv6-echo/test.sh @@ -15,7 +15,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -output kernel+initrd test-ns.yml +moby build -format kernel+initrd test-ns.yml RESULT="$(linuxkit run -cpus 2 test-ns)" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/100_mix/014_veth-tcp-echo/test.sh b/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/100_mix/014_veth-tcp-echo/test.sh index a82f00887..aa3e38e15 100644 --- a/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/100_mix/014_veth-tcp-echo/test.sh +++ b/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/100_mix/014_veth-tcp-echo/test.sh @@ -15,7 +15,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -output kernel+initrd test-ns.yml +moby build -format kernel+initrd test-ns.yml RESULT="$(linuxkit run -cpus 2 test-ns)" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/100_mix/015_veth-udp-echo/test.sh b/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/100_mix/015_veth-udp-echo/test.sh index 51f12a887..a77c8e723 100644 --- a/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/100_mix/015_veth-udp-echo/test.sh +++ b/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/100_mix/015_veth-udp-echo/test.sh @@ -15,7 +15,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -output kernel+initrd test-ns.yml +moby build -format kernel+initrd test-ns.yml RESULT="$(linuxkit run -cpus 2 test-ns)" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/100_mix/020_unix-domain-echo/test.sh b/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/100_mix/020_unix-domain-echo/test.sh index 9ede8d360..64c916aac 100644 --- a/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/100_mix/020_unix-domain-echo/test.sh +++ b/test/cases/020_kernel/110_namespace/004_kernel-4.12.x/100_mix/020_unix-domain-echo/test.sh @@ -15,7 +15,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -output kernel+initrd test-ns.yml +moby build -format kernel+initrd test-ns.yml RESULT="$(linuxkit run -cpus 2 test-ns)" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/030_security/010_ports/test.sh b/test/cases/030_security/010_ports/test.sh index 7255cab37..1bdaf5207 100644 --- a/test/cases/030_security/010_ports/test.sh +++ b/test/cases/030_security/010_ports/test.sh @@ -17,7 +17,7 @@ clean_up() { trap clean_up EXIT -moby build -output kernel+initrd -name "${NAME}" test.yml +moby build -format kernel+initrd -name "${NAME}" test.yml linuxkit run qemu -kernel "${NAME}" #RESULT=$(linuxkit run qemu -kernel "${NAME}") #echo "${RESULT}" | grep -q "PASSED" diff --git a/test/cases/040_packages/002_binfmt/test.sh b/test/cases/040_packages/002_binfmt/test.sh index 7403afe26..f0f2bc926 100644 --- a/test/cases/040_packages/002_binfmt/test.sh +++ b/test/cases/040_packages/002_binfmt/test.sh @@ -15,7 +15,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -output kernel+initrd test-binfmt.yml +moby build -format kernel+initrd test-binfmt.yml RESULT="$(linuxkit run test-binfmt)" echo "${RESULT}" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/040_packages/003_ca-certificates/test.sh b/test/cases/040_packages/003_ca-certificates/test.sh index 9e2c98164..9674199a0 100644 --- a/test/cases/040_packages/003_ca-certificates/test.sh +++ b/test/cases/040_packages/003_ca-certificates/test.sh @@ -15,7 +15,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -output kernel+initrd test-ca-certificates.yml +moby build -format kernel+initrd test-ca-certificates.yml RESULT="$(linuxkit run test-ca-certificates)" echo "${RESULT}" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/040_packages/004_dhcpcd/test.sh b/test/cases/040_packages/004_dhcpcd/test.sh index 9290fd141..1efae049f 100644 --- a/test/cases/040_packages/004_dhcpcd/test.sh +++ b/test/cases/040_packages/004_dhcpcd/test.sh @@ -15,7 +15,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -output kernel+initrd test-dhcpcd.yml +moby build -format kernel+initrd test-dhcpcd.yml RESULT="$(linuxkit run test-dhcpcd)" echo "${RESULT}" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/040_packages/005_extend/000_ext4/test.sh b/test/cases/040_packages/005_extend/000_ext4/test.sh index 725b5c84b..63214b748 100644 --- a/test/cases/040_packages/005_extend/000_ext4/test.sh +++ b/test/cases/040_packages/005_extend/000_ext4/test.sh @@ -20,12 +20,12 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build --name create -output kernel+initrd test-create.yml +moby build --name create -format kernel+initrd test-create.yml linuxkit run -disk file=${DISK},format=raw,size=256M create [ -f ${DISK} ] || exit 1 # osx takes issue with bs=1M dd if=/dev/zero bs=1048576 count=256 >> ${DISK} -moby build -name ${NAME} -output kernel+initrd test.yml +moby build -name ${NAME} -format kernel+initrd test.yml RESULT="$(linuxkit run -disk file=${DISK} ${NAME})" echo "${RESULT}" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/040_packages/005_extend/001_btrfs/test.sh b/test/cases/040_packages/005_extend/001_btrfs/test.sh index 6bd095676..e71b7aaf5 100644 --- a/test/cases/040_packages/005_extend/001_btrfs/test.sh +++ b/test/cases/040_packages/005_extend/001_btrfs/test.sh @@ -20,12 +20,12 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build --name create -output kernel+initrd test-create.yml +moby build --name create -format kernel+initrd test-create.yml linuxkit run -disk file=${DISK},format=raw,size=256M create [ -f ${DISK} ] || exit 1 # osx takes issue with bs=1M dd if=/dev/zero bs=1048576 count=256 >> ${DISK} -moby build -name ${NAME} -output kernel+initrd test.yml +moby build -name ${NAME} -format kernel+initrd test.yml RESULT="$(linuxkit run -disk file=${DISK} ${NAME})" echo "${RESULT}" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/040_packages/005_extend/002_xfs/test.sh b/test/cases/040_packages/005_extend/002_xfs/test.sh index 7c264b410..be333cd27 100644 --- a/test/cases/040_packages/005_extend/002_xfs/test.sh +++ b/test/cases/040_packages/005_extend/002_xfs/test.sh @@ -20,12 +20,12 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build --name create -output kernel+initrd test-create.yml +moby build --name create -format kernel+initrd test-create.yml linuxkit run -disk file=${DISK},format=raw,size=256M create [ -f ${DISK} ] || exit 1 # osx takes issue with bs=1M dd if=/dev/zero bs=1048576 count=256 >> ${DISK} -moby build -name ${NAME} -output kernel+initrd test.yml +moby build -name ${NAME} -format kernel+initrd test.yml RESULT="$(linuxkit run -disk file=${DISK} ${NAME})" echo "${RESULT}" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/040_packages/006_format_mount/000_auto/test.sh b/test/cases/040_packages/006_format_mount/000_auto/test.sh index adcf20390..59285cd34 100644 --- a/test/cases/040_packages/006_format_mount/000_auto/test.sh +++ b/test/cases/040_packages/006_format_mount/000_auto/test.sh @@ -18,7 +18,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -name ${NAME} -output kernel+initrd test.yml +moby build -name ${NAME} -format kernel+initrd test.yml RESULT="$(linuxkit run -disk file=${NAME}1.img,size=512M ${NAME})" echo "${RESULT}" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/040_packages/006_format_mount/001_by_label/test.sh b/test/cases/040_packages/006_format_mount/001_by_label/test.sh index 47017b995..355e50bd0 100644 --- a/test/cases/040_packages/006_format_mount/001_by_label/test.sh +++ b/test/cases/040_packages/006_format_mount/001_by_label/test.sh @@ -18,7 +18,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -name ${NAME} -output kernel+initrd test.yml +moby build -name ${NAME} -format kernel+initrd test.yml RESULT="$(linuxkit run -disk file=${NAME}1.img,size=512M ${NAME})" echo "${RESULT}" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/040_packages/006_format_mount/002_by_name/test.sh b/test/cases/040_packages/006_format_mount/002_by_name/test.sh index b6111bbf5..932b28779 100644 --- a/test/cases/040_packages/006_format_mount/002_by_name/test.sh +++ b/test/cases/040_packages/006_format_mount/002_by_name/test.sh @@ -25,7 +25,7 @@ else fi sed -e "s,@DEVICE@,${DEVICE},g" test.yml.in > test.yml -moby build -name ${NAME} -output kernel+initrd test.yml +moby build -name ${NAME} -format kernel+initrd test.yml RESULT="$(linuxkit run -disk file=${NAME}1.img,size=512M ${NAME})" echo "${RESULT}" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/040_packages/006_format_mount/003_btrfs/test.sh b/test/cases/040_packages/006_format_mount/003_btrfs/test.sh index c102353f9..610f0b2bb 100644 --- a/test/cases/040_packages/006_format_mount/003_btrfs/test.sh +++ b/test/cases/040_packages/006_format_mount/003_btrfs/test.sh @@ -18,7 +18,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -name ${NAME} -output kernel+initrd test.yml +moby build -name ${NAME} -format kernel+initrd test.yml RESULT="$(linuxkit run -disk file=${NAME}1.img,size=512M ${NAME})" echo "${RESULT}" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/040_packages/006_format_mount/004_xfs/test.sh b/test/cases/040_packages/006_format_mount/004_xfs/test.sh index 29a4ea81f..94338119b 100644 --- a/test/cases/040_packages/006_format_mount/004_xfs/test.sh +++ b/test/cases/040_packages/006_format_mount/004_xfs/test.sh @@ -18,7 +18,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -name ${NAME} -output kernel+initrd test.yml +moby build -name ${NAME} -format kernel+initrd test.yml RESULT="$(linuxkit run -disk file=${NAME}1.img,size=512M ${NAME})" echo "${RESULT}" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/040_packages/006_format_mount/010_multiple/test.sh b/test/cases/040_packages/006_format_mount/010_multiple/test.sh index 93d763700..def83dd47 100644 --- a/test/cases/040_packages/006_format_mount/010_multiple/test.sh +++ b/test/cases/040_packages/006_format_mount/010_multiple/test.sh @@ -18,7 +18,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -name ${NAME} -output kernel+initrd test.yml +moby build -name ${NAME} -format kernel+initrd test.yml RESULT="$(linuxkit run -disk file=${NAME}1.img,size=512M -disk file=${NAME}2.img,size=512M ${NAME})" echo "${RESULT}" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/040_packages/013_mkimage/test.sh b/test/cases/040_packages/013_mkimage/test.sh index 0e1c8d6c7..c0cab9220 100644 --- a/test/cases/040_packages/013_mkimage/test.sh +++ b/test/cases/040_packages/013_mkimage/test.sh @@ -18,8 +18,8 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -output kernel+initrd run.yml -moby build -output kernel+initrd mkimage.yml +moby build -format kernel+initrd run.yml +moby build -format kernel+initrd mkimage.yml tar cf tarball.img run-kernel run-initrd.img run-cmdline linuxkit run qemu -disk disk.qcow2,size=200M,format=qcow2 -disk tarball.img,format=raw -kernel mkimage linuxkit run qemu disk.qcow2 diff --git a/test/cases/040_packages/019_sysctl/test.sh b/test/cases/040_packages/019_sysctl/test.sh index 99358c4b5..41ad8e641 100644 --- a/test/cases/040_packages/019_sysctl/test.sh +++ b/test/cases/040_packages/019_sysctl/test.sh @@ -15,7 +15,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -output kernel+initrd test-sysctl.yml +moby build -format kernel+initrd test-sysctl.yml RESULT="$(linuxkit run test-sysctl)" echo "${RESULT}" echo "${RESULT}" | grep -q "suite PASSED" diff --git a/test/cases/040_packages/023_wireguard/test.sh b/test/cases/040_packages/023_wireguard/test.sh index b328662b0..d0f048813 100644 --- a/test/cases/040_packages/023_wireguard/test.sh +++ b/test/cases/040_packages/023_wireguard/test.sh @@ -15,7 +15,7 @@ clean_up() { trap clean_up EXIT # Test code goes here -moby build -output kernel+initrd test-wireguard.yml +moby build -format kernel+initrd test-wireguard.yml RESULT="$(linuxkit run test-wireguard)" echo "${RESULT}" echo "${RESULT}" | grep -q "suite PASSED"