From 8a75f980d3cb00cc31c479f5e4253a6385563663 Mon Sep 17 00:00:00 2001 From: Nathan Cutler Date: Mon, 30 Jan 2017 14:19:05 +0100 Subject: [PATCH] tests: make distros/all/centos.yaml be a symlink to centos_7.3 Before this commit, tests that used distros/all/centos.yaml would fail on VPS because VPS defaults to centos 7.0 when os_version is not specified. Signed-off-by: Nathan Cutler --- qa/distros/all/centos.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 120000 qa/distros/all/centos.yaml diff --git a/qa/distros/all/centos.yaml b/qa/distros/all/centos.yaml deleted file mode 100644 index 8f4854b95ac8..000000000000 --- a/qa/distros/all/centos.yaml +++ /dev/null @@ -1 +0,0 @@ -os_type: centos diff --git a/qa/distros/all/centos.yaml b/qa/distros/all/centos.yaml new file mode 120000 index 000000000000..6ae4874530d4 --- /dev/null +++ b/qa/distros/all/centos.yaml @@ -0,0 +1 @@ +centos_7.3.yaml \ No newline at end of file -- 2.47.3