Commit e9712af4 authored by Jorge Moratinos's avatar Jorge Moratinos
Browse files

Reorder auditing and discover, also some minor refactor

parent e51a6044
Loading
Loading
Loading
Loading
+45 −45
Original line number Diff line number Diff line
@@ -15,6 +15,12 @@ At this documentation you will have all information and related files and exampl
  * NetApp was registered previously
  * NetApp was onboarded previously with {onboardingId}

**Execution Steps**:

  1. Register Provider at CCF, store certificates and Publish Service API at CCF
  2. Register Invoker and Onboard Invoker at CCF
  3. Discover Service APIs by Invoker

**Information of Test**:

  1. Perform [Provider Registration] and [Invoker Onboarding]
@@ -27,12 +33,6 @@ At this documentation you will have all information and related files and exampl
     * Param api-invoker-id is mandatory
     * Use **Invoker Certificate**

**Execution Steps**:
  
  1. Register Provider at CCF, store certificates and Publish Service API at CCF
  2. Register Invoker and Onboard Invoker at CCF
  3. Discover Service APIs by Invoker

**Expected Result**:

  1. Response to Publish request must accomplish:
@@ -65,6 +65,12 @@ At this documentation you will have all information and related files and exampl

  * Service APIs are published.

**Execution Steps**:

  1. Register Provider at CCF, store certificates and Publish Service API at CCF
  2. Register Invoker and Onboard Invoker at CCF
  3. Discover Service APIs by no invoker entity

**Information of Test**:

  1. Perform [Provider Registration] and [Invoker Onboarding]
@@ -77,12 +83,6 @@ At this documentation you will have all information and related files and exampl
     * Param api-invoker-id is mandatory
     * Use not **Invoker Certificate**

**Execution Steps**:

  1. Register Provider at CCF, store certificates and Publish Service API at CCF
  2. Register Invoker and Onboard Invoker at CCF
  3. Discover Service APIs by no invoker entity

**Expected Result**:

  1. Response to Publish request must accomplish:
@@ -119,6 +119,12 @@ At this documentation you will have all information and related files and exampl

  * Service APIs are published.

**Execution Steps**:

  1. Register Provider at CCF, store certificates and Publish Service API at CCF
  2. Register Invoker and Onboard Invoker at CCF
  3. Discover Service APIs by Publisher

**Information of Test**:

  1. Perform [Provider Registration] and [Invoker Onboarding]
@@ -131,12 +137,6 @@ At this documentation you will have all information and related files and exampl
     * Param api-invoker-id is mandatory
     * Using **Invoker Certificate**

**Execution Steps**:

  1. Register Provider at CCF, store certificates and Publish Service API at CCF
  2. Register Invoker and Onboard Invoker at CCF
  3. Discover Service APIs by Publisher

**Expected Result**:

  1. Response to Publish request must accomplish:
@@ -175,6 +175,13 @@ At this documentation you will have all information and related files and exampl
  * NetApp was registered previously
  * NetApp was onboarded previously with {onboardingId}

**Execution Steps**:

  1. Register Provider at CCF, store certificates and Publish Service API **service_1** and **service_2** at CCF
  2. Register Invoker and Onboard Invoker at CCF
  3. Discover Service APIs by Invoker.
  4. Discover filtered by api-name **service_1** Service APIs by Invoker

**Information of Test**:

  1. Perform [Provider Registration] and [Invoker Onboarding]
@@ -192,13 +199,6 @@ At this documentation you will have all information and related files and exampl
     * Using **Invoker Certificate**
     * filter by api-name **service_1**

**Execution Steps**:

  1. Register Provider at CCF, store certificates and Publish Service API **service_1** and **service_2** at CCF
  2. Register Invoker and Onboard Invoker at CCF
  3. Discover Service APIs by Invoker.
  4. Discover filtered by api-name **service_1** Service APIs by Invoker

**Expected Result**:

  1. Response to Publish request must accomplish:
@@ -236,6 +236,13 @@ At this documentation you will have all information and related files and exampl
  * NetApp was registered previously
  * NetApp was onboarded previously with {onboardingId}

**Execution Steps**:

  1. Register Provider at CCF, store certificates and Publish Service API **service_1** and **service_2** at CCF
  2. Register Invoker and Onboard Invoker at CCF
  3. Discover Service APIs by Invoker.
  4. Discover filtered by api-name not published Service APIs by Invoker

**Information of Test**:

  1. Perform [Provider Registration] and [Invoker Onboarding]
@@ -253,13 +260,6 @@ At this documentation you will have all information and related files and exampl
     * Using **Invoker Certificate**
     * filter by api-name NOT_VALID_NAME

**Execution Steps**:

  1. Register Provider at CCF, store certificates and Publish Service API **service_1** and **service_2** at CCF
  2. Register Invoker and Onboard Invoker at CCF
  3. Discover Service APIs by Invoker.
  4. Discover filtered by api-name not published Service APIs by Invoker

**Expected Result**:

  1. Response to Publish request must accomplish:
@@ -300,6 +300,13 @@ At this documentation you will have all information and related files and exampl
  * NetApp was registered previously
  * NetApp was onboarded previously with {onboardingId}

**Execution Steps**:

  1. Register Provider at CCF, store certificates and Publish Service API **service_1** and **service_2** at CCF
  2. Register Invoker and Onboard Invoker at CCF
  3. Discover Service APIs by Invoker.
  4. Discover without filter by Invoker

**Information of Test**:

  1. Perform [Provider Registration] and [Invoker Onboarding]
@@ -316,13 +323,6 @@ At this documentation you will have all information and related files and exampl
     * Param api-invoker-id is mandatory
     * Using **Invoker Certificate**

**Execution Steps**:

  1. Register Provider at CCF, store certificates and Publish Service API **service_1** and **service_2** at CCF
  2. Register Invoker and Onboard Invoker at CCF
  3. Discover Service APIs by Invoker.
  4. Discover without filter by Invoker

**Expected Result**:

  1. Response to Publish request must accomplish:
+1 −1

File changed.

Contains only whitespace changes.

+6 −6

File changed.

Contains only whitespace changes.

+32 −32

File changed.

Contains only whitespace changes.

+1 −1

File changed.

Contains only whitespace changes.

+31 −31

File changed.

Contains only whitespace changes.

+1 −1

File changed.

Contains only whitespace changes.

+11 −11

File changed.

Contains only whitespace changes.

+34 −34

File changed.

Contains only whitespace changes.

+110 −110

File changed.

Contains only whitespace changes.

Loading