From 705033f5a0f2b16662f84a5833d9825160c8d7ea Mon Sep 17 00:00:00 2001 From: Yuri Weinstein Date: Fri, 11 Jan 2019 09:23:18 -0800 Subject: [PATCH] qa/tests: added rhel 7.6 Signed-off-by: Yuri Weinstein --- qa/distros/all/rhel_7.6.yaml | 2 ++ qa/distros/supported/rhel_latest.yaml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 qa/distros/all/rhel_7.6.yaml diff --git a/qa/distros/all/rhel_7.6.yaml b/qa/distros/all/rhel_7.6.yaml new file mode 100644 index 0000000000000..62f52e8e7dfdb --- /dev/null +++ b/qa/distros/all/rhel_7.6.yaml @@ -0,0 +1,2 @@ +os_type: rhel +os_version: "7.6" diff --git a/qa/distros/supported/rhel_latest.yaml b/qa/distros/supported/rhel_latest.yaml index a2291e809f44e..806e1fe3010c2 100644 --- a/qa/distros/supported/rhel_latest.yaml +++ b/qa/distros/supported/rhel_latest.yaml @@ -1,3 +1,3 @@ os_type: rhel -os_version: "7.5" +os_version: "7.6" -- 2.39.5