From b16794663103fe5716af7627e1d420bf4bbd1aa2 Mon Sep 17 00:00:00 2001 From: JulienBe Date: Wed, 19 Aug 2020 11:12:59 +0200 Subject: Add sdc startup in IT Move the Api tests code in the integration-test module, and remove the need to have a container Issue-ID: SDC-3232 Signed-off-by: sebdet Change-Id: Ia2b5d94d958e975867c600597ab5e56dffcd06ab Signed-off-by: JulienBe --- .../test/resources/ci/testSuites/CRUDArtifacts.xml | 42 ++++ .../resources/ci/testSuites/ExternalApiSanity.xml | 68 ++++++ .../resources/ci/testSuites/SearchExternalAPI.xml | 23 +++ .../src/test/resources/ci/testSuites/artifacts.xml | 11 + .../src/test/resources/ci/testSuites/cap_req.xml | 10 + .../src/test/resources/ci/testSuites/category.xml | 10 + .../src/test/resources/ci/testSuites/ciFull.xml | 97 +++++++++ .../test/resources/ci/testSuites/externalAPIs.xml | 33 +++ .../src/test/resources/ci/testSuites/general.xml | 9 + .../src/test/resources/ci/testSuites/imports.xml | 9 + .../test/resources/ci/testSuites/normatives.xml | 25 +++ .../test/resources/ci/testSuites/onapApiSanity.xml | 11 + .../src/test/resources/ci/testSuites/pass.xml | 18 ++ .../src/test/resources/ci/testSuites/product.xml | 12 ++ .../test/resources/ci/testSuites/productAPIs.xml | 15 ++ .../src/test/resources/ci/testSuites/property.xml | 10 + .../src/test/resources/ci/testSuites/resource.xml | 123 +++++++++++ .../src/test/resources/ci/testSuites/sanity.xml | 228 +++++++++++++++++++++ .../src/test/resources/ci/testSuites/service.xml | 18 ++ .../resources/ci/testSuites/testngLifeCycle.xml | 9 + .../src/test/resources/ci/testSuites/user.xml | 9 + 21 files changed, 790 insertions(+) create mode 100644 integration-tests/src/test/resources/ci/testSuites/CRUDArtifacts.xml create mode 100644 integration-tests/src/test/resources/ci/testSuites/ExternalApiSanity.xml create mode 100644 integration-tests/src/test/resources/ci/testSuites/SearchExternalAPI.xml create mode 100644 integration-tests/src/test/resources/ci/testSuites/artifacts.xml create mode 100644 integration-tests/src/test/resources/ci/testSuites/cap_req.xml create mode 100644 integration-tests/src/test/resources/ci/testSuites/category.xml create mode 100644 integration-tests/src/test/resources/ci/testSuites/ciFull.xml create mode 100644 integration-tests/src/test/resources/ci/testSuites/externalAPIs.xml create mode 100644 integration-tests/src/test/resources/ci/testSuites/general.xml create mode 100644 integration-tests/src/test/resources/ci/testSuites/imports.xml create mode 100644 integration-tests/src/test/resources/ci/testSuites/normatives.xml create mode 100644 integration-tests/src/test/resources/ci/testSuites/onapApiSanity.xml create mode 100644 integration-tests/src/test/resources/ci/testSuites/pass.xml create mode 100644 integration-tests/src/test/resources/ci/testSuites/product.xml create mode 100644 integration-tests/src/test/resources/ci/testSuites/productAPIs.xml create mode 100644 integration-tests/src/test/resources/ci/testSuites/property.xml create mode 100644 integration-tests/src/test/resources/ci/testSuites/resource.xml create mode 100644 integration-tests/src/test/resources/ci/testSuites/sanity.xml create mode 100644 integration-tests/src/test/resources/ci/testSuites/service.xml create mode 100644 integration-tests/src/test/resources/ci/testSuites/testngLifeCycle.xml create mode 100644 integration-tests/src/test/resources/ci/testSuites/user.xml (limited to 'integration-tests/src/test/resources/ci/testSuites') diff --git a/integration-tests/src/test/resources/ci/testSuites/CRUDArtifacts.xml b/integration-tests/src/test/resources/ci/testSuites/CRUDArtifacts.xml new file mode 100644 index 0000000000..923777542c --- /dev/null +++ b/integration-tests/src/test/resources/ci/testSuites/CRUDArtifacts.xml @@ -0,0 +1,42 @@ + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/integration-tests/src/test/resources/ci/testSuites/ExternalApiSanity.xml b/integration-tests/src/test/resources/ci/testSuites/ExternalApiSanity.xml new file mode 100644 index 0000000000..02594526cb --- /dev/null +++ b/integration-tests/src/test/resources/ci/testSuites/ExternalApiSanity.xml @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/integration-tests/src/test/resources/ci/testSuites/SearchExternalAPI.xml b/integration-tests/src/test/resources/ci/testSuites/SearchExternalAPI.xml new file mode 100644 index 0000000000..8d21be4381 --- /dev/null +++ b/integration-tests/src/test/resources/ci/testSuites/SearchExternalAPI.xml @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/integration-tests/src/test/resources/ci/testSuites/artifacts.xml b/integration-tests/src/test/resources/ci/testSuites/artifacts.xml new file mode 100644 index 0000000000..1352e75d58 --- /dev/null +++ b/integration-tests/src/test/resources/ci/testSuites/artifacts.xml @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/integration-tests/src/test/resources/ci/testSuites/cap_req.xml b/integration-tests/src/test/resources/ci/testSuites/cap_req.xml new file mode 100644 index 0000000000..8298af2da5 --- /dev/null +++ b/integration-tests/src/test/resources/ci/testSuites/cap_req.xml @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/integration-tests/src/test/resources/ci/testSuites/category.xml b/integration-tests/src/test/resources/ci/testSuites/category.xml new file mode 100644 index 0000000000..3de83431e8 --- /dev/null +++ b/integration-tests/src/test/resources/ci/testSuites/category.xml @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/integration-tests/src/test/resources/ci/testSuites/ciFull.xml b/integration-tests/src/test/resources/ci/testSuites/ciFull.xml new file mode 100644 index 0000000000..7a9558ed7a --- /dev/null +++ b/integration-tests/src/test/resources/ci/testSuites/ciFull.xml @@ -0,0 +1,97 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/integration-tests/src/test/resources/ci/testSuites/externalAPIs.xml b/integration-tests/src/test/resources/ci/testSuites/externalAPIs.xml new file mode 100644 index 0000000000..7c9d6d9d9c --- /dev/null +++ b/integration-tests/src/test/resources/ci/testSuites/externalAPIs.xml @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/integration-tests/src/test/resources/ci/testSuites/general.xml b/integration-tests/src/test/resources/ci/testSuites/general.xml new file mode 100644 index 0000000000..a63f36423e --- /dev/null +++ b/integration-tests/src/test/resources/ci/testSuites/general.xml @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/integration-tests/src/test/resources/ci/testSuites/imports.xml b/integration-tests/src/test/resources/ci/testSuites/imports.xml new file mode 100644 index 0000000000..b9374cf47a --- /dev/null +++ b/integration-tests/src/test/resources/ci/testSuites/imports.xml @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/integration-tests/src/test/resources/ci/testSuites/normatives.xml b/integration-tests/src/test/resources/ci/testSuites/normatives.xml new file mode 100644 index 0000000000..02da714578 --- /dev/null +++ b/integration-tests/src/test/resources/ci/testSuites/normatives.xml @@ -0,0 +1,25 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/integration-tests/src/test/resources/ci/testSuites/onapApiSanity.xml b/integration-tests/src/test/resources/ci/testSuites/onapApiSanity.xml new file mode 100644 index 0000000000..9fcd043cd3 --- /dev/null +++ b/integration-tests/src/test/resources/ci/testSuites/onapApiSanity.xml @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/integration-tests/src/test/resources/ci/testSuites/pass.xml b/integration-tests/src/test/resources/ci/testSuites/pass.xml new file mode 100644 index 0000000000..731d73675c --- /dev/null +++ b/integration-tests/src/test/resources/ci/testSuites/pass.xml @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/integration-tests/src/test/resources/ci/testSuites/product.xml b/integration-tests/src/test/resources/ci/testSuites/product.xml new file mode 100644 index 0000000000..101b94a6bb --- /dev/null +++ b/integration-tests/src/test/resources/ci/testSuites/product.xml @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/integration-tests/src/test/resources/ci/testSuites/productAPIs.xml b/integration-tests/src/test/resources/ci/testSuites/productAPIs.xml new file mode 100644 index 0000000000..df9aa9f152 --- /dev/null +++ b/integration-tests/src/test/resources/ci/testSuites/productAPIs.xml @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/integration-tests/src/test/resources/ci/testSuites/property.xml b/integration-tests/src/test/resources/ci/testSuites/property.xml new file mode 100644 index 0000000000..b7dba95f16 --- /dev/null +++ b/integration-tests/src/test/resources/ci/testSuites/property.xml @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/integration-tests/src/test/resources/ci/testSuites/resource.xml b/integration-tests/src/test/resources/ci/testSuites/resource.xml new file mode 100644 index 0000000000..4fd0e43a02 --- /dev/null +++ b/integration-tests/src/test/resources/ci/testSuites/resource.xml @@ -0,0 +1,123 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/integration-tests/src/test/resources/ci/testSuites/sanity.xml b/integration-tests/src/test/resources/ci/testSuites/sanity.xml new file mode 100644 index 0000000000..320c3ccd43 --- /dev/null +++ b/integration-tests/src/test/resources/ci/testSuites/sanity.xml @@ -0,0 +1,228 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/integration-tests/src/test/resources/ci/testSuites/service.xml b/integration-tests/src/test/resources/ci/testSuites/service.xml new file mode 100644 index 0000000000..9c662764ea --- /dev/null +++ b/integration-tests/src/test/resources/ci/testSuites/service.xml @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/integration-tests/src/test/resources/ci/testSuites/testngLifeCycle.xml b/integration-tests/src/test/resources/ci/testSuites/testngLifeCycle.xml new file mode 100644 index 0000000000..7f1cba4d9c --- /dev/null +++ b/integration-tests/src/test/resources/ci/testSuites/testngLifeCycle.xml @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/integration-tests/src/test/resources/ci/testSuites/user.xml b/integration-tests/src/test/resources/ci/testSuites/user.xml new file mode 100644 index 0000000000..3ab1f971fb --- /dev/null +++ b/integration-tests/src/test/resources/ci/testSuites/user.xml @@ -0,0 +1,9 @@ + + + + + + + + + -- cgit 1.2.3-korg