From 3d8d1dad8a698a9fb45be7b31c92f8b71ee67720 Mon Sep 17 00:00:00 2001 From: Vasu Kulkarni Date: Wed, 29 Mar 2017 09:56:11 -0700 Subject: [PATCH] Fix distro's, point to latest version Signed-off-by: Vasu Kulkarni (cherry picked from commit 1947648669971c1bd1ca189870ed9b25bbd48d3a) --- qa/suites/smoke/systemd/distro/centos.yaml | 1 - qa/suites/smoke/systemd/distros/centos_latest.yaml | 1 + qa/suites/smoke/systemd/distros/ubuntu_latest.yaml | 1 + 3 files changed, 2 insertions(+), 1 deletion(-) delete mode 120000 qa/suites/smoke/systemd/distro/centos.yaml create mode 120000 qa/suites/smoke/systemd/distros/centos_latest.yaml create mode 120000 qa/suites/smoke/systemd/distros/ubuntu_latest.yaml diff --git a/qa/suites/smoke/systemd/distro/centos.yaml b/qa/suites/smoke/systemd/distro/centos.yaml deleted file mode 120000 index ad132cd3477e7..0000000000000 --- a/qa/suites/smoke/systemd/distro/centos.yaml +++ /dev/null @@ -1 +0,0 @@ -../../../../distros/all/centos.yaml \ No newline at end of file diff --git a/qa/suites/smoke/systemd/distros/centos_latest.yaml b/qa/suites/smoke/systemd/distros/centos_latest.yaml new file mode 120000 index 0000000000000..99ec2bb0055d9 --- /dev/null +++ b/qa/suites/smoke/systemd/distros/centos_latest.yaml @@ -0,0 +1 @@ +../../../../distros/supported/centos_latest.yaml \ No newline at end of file diff --git a/qa/suites/smoke/systemd/distros/ubuntu_latest.yaml b/qa/suites/smoke/systemd/distros/ubuntu_latest.yaml new file mode 120000 index 0000000000000..21601efb361d8 --- /dev/null +++ b/qa/suites/smoke/systemd/distros/ubuntu_latest.yaml @@ -0,0 +1 @@ +../../../../distros/supported/ubuntu_latest.yaml \ No newline at end of file -- 2.39.5