From 171c263471e54ee036150ae5e5a3aabcae123be2 Mon Sep 17 00:00:00 2001
From: Pawel Wieczorek
Date: Thu, 12 Mar 2020 11:47:01 +0100
Subject: Unify expected failures lists naming convention
List of expected failures for non-SSL services test has not been renamed
together with corresponding check script and might have been confusing.
Issue-ID: INT-1480
Change-Id: I4f88a09ddb90a14500498892f1fda99e1c3febf0
Signed-off-by: Pawel Wieczorek
---
test/security/http_xfail.txt | 9 ---------
test/security/nonssl_xfail.txt | 9 +++++++++
2 files changed, 9 insertions(+), 9 deletions(-)
delete mode 100644 test/security/http_xfail.txt
create mode 100644 test/security/nonssl_xfail.txt
(limited to 'test/security')
diff --git a/test/security/http_xfail.txt b/test/security/http_xfail.txt
deleted file mode 100644
index 17c2c0aad..000000000
--- a/test/security/http_xfail.txt
+++ /dev/null
@@ -1,9 +0,0 @@
-# Expected failure list for plain HTTP endpoints
-# ONAP:
-robot 30209
-message-router 30227
-sniro-emulator 30288
-aaf-fs 31115
-# Upstream:
-awx-web 30478
-netbox-nginx 30420
diff --git a/test/security/nonssl_xfail.txt b/test/security/nonssl_xfail.txt
new file mode 100644
index 000000000..cd05ee7ef
--- /dev/null
+++ b/test/security/nonssl_xfail.txt
@@ -0,0 +1,9 @@
+# Expected failure list for non-SSL endpoints
+# ONAP:
+robot 30209
+message-router 30227
+sniro-emulator 30288
+aaf-fs 31115
+# Upstream:
+awx-web 30478
+netbox-nginx 30420
--
cgit 1.2.3-korg