From 674622190eeffa382b0e5c759d2976737ecfda41 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Mon, 27 Jan 2020 11:02:07 -0600 Subject: [PATCH] qa/suites/rados/rest: run restful test on el8 For some reason the requests library has trouble connecting from ubuntu 18.04. I reproduced this locally on my 18.04 desktop, although there it fails on the first API request instead of the last (as in QA). In any case, this appears to be a client library problem. Fixes: https://tracker.ceph.com/issues/43720 Signed-off-by: Sage Weil --- qa/suites/rados/rest/centos_latest.yaml | 1 + qa/suites/rados/rest/supported-random-distro$ | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) create mode 120000 qa/suites/rados/rest/centos_latest.yaml delete mode 120000 qa/suites/rados/rest/supported-random-distro$ diff --git a/qa/suites/rados/rest/centos_latest.yaml b/qa/suites/rados/rest/centos_latest.yaml new file mode 120000 index 000000000000..bd9854e70298 --- /dev/null +++ b/qa/suites/rados/rest/centos_latest.yaml @@ -0,0 +1 @@ +.qa/distros/supported/centos_latest.yaml \ No newline at end of file diff --git a/qa/suites/rados/rest/supported-random-distro$ b/qa/suites/rados/rest/supported-random-distro$ deleted file mode 120000 index 7cef21eeffd2..000000000000 --- a/qa/suites/rados/rest/supported-random-distro$ +++ /dev/null @@ -1 +0,0 @@ -../basic/supported-random-distro$ \ No newline at end of file -- 2.47.3