From 2618aa5325d49f52be6c9b78300dab6d5db4fdc4 Mon Sep 17 00:00:00 2001 From: Yuri Weinstein Date: Tue, 8 May 2018 13:43:16 -0700 Subject: [PATCH] tests/qa: trying $ distro mix Signed-off-by: Yuri Weinstein --- qa/distros/all/ubuntu_18.04.yaml | 2 ++ qa/distros/supported-all-distro/centos_latest.yaml | 1 + qa/distros/supported-all-distro/rhel_7.5.yaml | 1 + qa/distros/supported-all-distro/ubuntu_16.04.yaml | 1 + qa/distros/supported-all-distro/ubuntu_latest.yaml | 1 + qa/distros/supported-random-distro$/centos_latest.yaml | 1 + qa/distros/supported-random-distro$/rhel_7.5.yaml | 1 + qa/distros/supported-random-distro$/ubuntu_16.04.yaml | 1 + qa/distros/supported-random-distro$/ubuntu_latest.yaml | 1 + 9 files changed, 10 insertions(+) create mode 100644 qa/distros/all/ubuntu_18.04.yaml create mode 120000 qa/distros/supported-all-distro/centos_latest.yaml create mode 120000 qa/distros/supported-all-distro/rhel_7.5.yaml create mode 120000 qa/distros/supported-all-distro/ubuntu_16.04.yaml create mode 120000 qa/distros/supported-all-distro/ubuntu_latest.yaml create mode 120000 qa/distros/supported-random-distro$/centos_latest.yaml create mode 120000 qa/distros/supported-random-distro$/rhel_7.5.yaml create mode 120000 qa/distros/supported-random-distro$/ubuntu_16.04.yaml create mode 120000 qa/distros/supported-random-distro$/ubuntu_latest.yaml diff --git a/qa/distros/all/ubuntu_18.04.yaml b/qa/distros/all/ubuntu_18.04.yaml new file mode 100644 index 00000000000..4d4464884a7 --- /dev/null +++ b/qa/distros/all/ubuntu_18.04.yaml @@ -0,0 +1,2 @@ +os_type: ubuntu +os_version: "18.04" diff --git a/qa/distros/supported-all-distro/centos_latest.yaml b/qa/distros/supported-all-distro/centos_latest.yaml new file mode 120000 index 00000000000..4cc59dad1d4 --- /dev/null +++ b/qa/distros/supported-all-distro/centos_latest.yaml @@ -0,0 +1 @@ +../all/centos_7.4.yaml \ No newline at end of file diff --git a/qa/distros/supported-all-distro/rhel_7.5.yaml b/qa/distros/supported-all-distro/rhel_7.5.yaml new file mode 120000 index 00000000000..eea4cef1786 --- /dev/null +++ b/qa/distros/supported-all-distro/rhel_7.5.yaml @@ -0,0 +1 @@ +../all/rhel_7.5.yaml \ No newline at end of file diff --git a/qa/distros/supported-all-distro/ubuntu_16.04.yaml b/qa/distros/supported-all-distro/ubuntu_16.04.yaml new file mode 120000 index 00000000000..69ebbd49eb8 --- /dev/null +++ b/qa/distros/supported-all-distro/ubuntu_16.04.yaml @@ -0,0 +1 @@ +../all/ubuntu_16.04.yaml \ No newline at end of file diff --git a/qa/distros/supported-all-distro/ubuntu_latest.yaml b/qa/distros/supported-all-distro/ubuntu_latest.yaml new file mode 120000 index 00000000000..64a66d9aa48 --- /dev/null +++ b/qa/distros/supported-all-distro/ubuntu_latest.yaml @@ -0,0 +1 @@ +../all/ubuntu_18.04.yaml \ No newline at end of file diff --git a/qa/distros/supported-random-distro$/centos_latest.yaml b/qa/distros/supported-random-distro$/centos_latest.yaml new file mode 120000 index 00000000000..4cc59dad1d4 --- /dev/null +++ b/qa/distros/supported-random-distro$/centos_latest.yaml @@ -0,0 +1 @@ +../all/centos_7.4.yaml \ No newline at end of file diff --git a/qa/distros/supported-random-distro$/rhel_7.5.yaml b/qa/distros/supported-random-distro$/rhel_7.5.yaml new file mode 120000 index 00000000000..eea4cef1786 --- /dev/null +++ b/qa/distros/supported-random-distro$/rhel_7.5.yaml @@ -0,0 +1 @@ +../all/rhel_7.5.yaml \ No newline at end of file diff --git a/qa/distros/supported-random-distro$/ubuntu_16.04.yaml b/qa/distros/supported-random-distro$/ubuntu_16.04.yaml new file mode 120000 index 00000000000..69ebbd49eb8 --- /dev/null +++ b/qa/distros/supported-random-distro$/ubuntu_16.04.yaml @@ -0,0 +1 @@ +../all/ubuntu_16.04.yaml \ No newline at end of file diff --git a/qa/distros/supported-random-distro$/ubuntu_latest.yaml b/qa/distros/supported-random-distro$/ubuntu_latest.yaml new file mode 120000 index 00000000000..64a66d9aa48 --- /dev/null +++ b/qa/distros/supported-random-distro$/ubuntu_latest.yaml @@ -0,0 +1 @@ +../all/ubuntu_18.04.yaml \ No newline at end of file -- 2.39.5