From 61663b92910868a4de51c6fe9a7cef7da96da7e9 Mon Sep 17 00:00:00 2001 From: JulienBe Date: Thu, 3 Sep 2020 17:09:46 +0200 Subject: Optimize Build Optimize the log output Issue-ID: SDC-3232 Signed-off-by: JulienBe Change-Id: I50cfb7119b1e9087d3e2db56a81fe47df4ad6254 --- .../resources/cucumber/tenantIsolation.feature | 38 ---------------------- 1 file changed, 38 deletions(-) delete mode 100644 test-apis-ci/src/test/resources/cucumber/tenantIsolation.feature (limited to 'test-apis-ci/src/test/resources/cucumber/tenantIsolation.feature') diff --git a/test-apis-ci/src/test/resources/cucumber/tenantIsolation.feature b/test-apis-ci/src/test/resources/cucumber/tenantIsolation.feature deleted file mode 100644 index f1a0f6f6e3..0000000000 --- a/test-apis-ci/src/test/resources/cucumber/tenantIsolation.feature +++ /dev/null @@ -1,38 +0,0 @@ -Feature: Tenant Isolation Feature - - #Get individual external AT&T Certificate API - Scenario Outline: Create operational Envrionment - Given AAI returns and aai_body contains and - When The Number Of Operational Envrinoments that created is and Records are added with data - Then The Number Of Environment is with status - #Verify Succesfull A&AI Call - And Operational Environment record contains tenant field - And Operational Environment record contains workload field - #Verify Succesfull DME Call - And Operational Environment record contains UEB Address field - - Examples: - | retcode | tenant | workload | recordData | numberOfEnvs | recordStatus | isTenantExist | isWorkloadtExist | isUebAddressExist | - | 200 | Test | VNF_Development | {"status": "failed", "last_modified_delta": 0} | 1 | completed | true | true | true | - - Scenario Outline: Distribute To Operational Environment - Given ASDC Address is 127.0.0.1 - And The number of complete environments is - #Start SImulator for each envrionment - And The number of artifacts each Simulator downloads from a service is - #5 (3 days) - run jar - And MSO-WD Simulators Started with topic name MSHITRIT-D2D - And ASDC Contains the following services - # (1.5 days) - And MSO Final Distribution Simulator is UP - #4 (Sends 75 request )(2 days) - When Distribution Requests are Sent By MSO - Then All MSO-WD Simulators Sent The Distribution Complete Notifications - And All Artifacts were downloaded by Simulators - #6 - And MSO Final Distribution Recieved Correct Number Of Request - - Examples: - | numberOfEnvs | numberOfArtifactsDownloaded | ListOfServicesUUID | - #| 5 | 8 | 74e05aac-48d5-4642-8dc1-dc1ddeb5c0f5,fa86100a-409b-4310-835c-e401896181a5,8dbc41cc-2076-49c0-b95b-cb37b1539367,0c7eb2ac-06c0-41e1-b635-825037942e28,840123d1-b9d6-4036-8e94-471b268026bf,74331473-1eb0-4628-84b8-ab47948f7023, 3277af19-d152-4d94-a4d0-44ad6f226b52, e553c12b-b67b-4d66-a6a9-8676d5e0becf, f648052e-3207-4eb2-9336-29f2fe9df618, 535c6ad3-ad2b-429f-ab9b-b654cf647c86,611c764d-8862-4f09-a8e0-1622f8d97ce9, b5df0774-2445-4daf-b893-61c014652145, 01481626-b58a-49b5-ba1e-74eb8508ed15, 9e17345a-d11d-4219-b4e3-e86cfdb51d07, 5ff40fbc-f4e9-45f1-85de-0a04b8a5d60c | - | 2 | 2 | 74e05aac-48d5-4642-8dc1-dc1ddeb5c0f5,fa86100a-409b-4310-835c-e401896181a5 | -- cgit 1.2.3-korg