Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

--TEST STATUS for Dublin Release ----

The Netconf configuration over TLS use case consists of three main parts:

  • SO will implement two more steps in workflow CONFIG-ASSIGN and CONFIGURATION CONFIGURE step.
  • Blueprint processor in CCSDK CC-SDK will implement a way to send mount , configure and un-mount request to SDNC after getting CONFIGURE request from SO. It currently have ability to read any blueprint from archieve and process it.
  • SDNC will load client cert , trusted certs and private key at deployment time. ODL is also upgraded to Flourine SR2 version to serve above requests.l for Dublin release)


JIRAs:

Jira
serverONAP JIRA
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverId425b2b0a-557c-3c0c-b515-579789cceedb
keyCCSDK-926

Jira
serverONAP JIRA
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverId425b2b0a-557c-3c0c-b515-579789cceedb
keyCCSDK-1023

Jira
serverONAP JIRA
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverId425b2b0a-557c-3c0c-b515-579789cceedb
keySDNC-556

Jira
serverONAP JIRA
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverId425b2b0a-557c-3c0c-b515-579789cceedb
keySDNC-621

Jira
serverONAP JIRA
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverId425b2b0a-557c-3c0c-b515-579789cceedb
keySO-1506

Jira
serverONAP JIRA
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverId425b2b0a-557c-3c0c-b515-579789cceedb
keyINT-885


Deployment:

Test environment requirements for above test cases:

  • xNF simulator for test cases:  PNF Simulator with TLS support.
  • Rest Client simulator.
  • SO with Config-Assign and Configure steps implemented in workflows.
  • CCSDKCC-SDK, Blueprint processor enhanced so that it can send mount, configure and un-mount rest request to SDNC.
  • SDNC enhanced with ODL flourine SR2 and also capable to import client and trusted certificate and private key at deployment time.

This environment can be set up by following the steps below.

  1. Repo : Yet to update
  2. RUN : Yet to update

Use Case preconditions:

    • xNF simulator.
    • Rest Client sim.


E2E Netconf config over TLS Sequence Diagram



High Level End-to-End feature integration Testcases :


#Test CaseStatus
1After PNF_READY, SO sends CONFIG-ASSIGN and CONFIGURE request to SSAPISS-API


2Sends CONFIGURE request to SSAPISS-API
3Check SDNC have client cert, private key and trusted certs setup at deployment
4Connect SDNC and PNF sim for configuration step
5E2E test case for NETCONF over TLS
5

Successful flow: both steps will conclude as expected, and the desired configuration will be applied to the PNF; successful outcome


6Configlet not found: step deployConfig is called before assignConfig and thus the configlet was never created and persisted in the CDS’ database; failed outcome


7Non-existing PNF: configuration is called for a PNF that cannot be found on ONAP, that is, IP address does not exist; failed outcome


8ODL not found: no ODL is available in SDN-C to answer the Restconf requests; failed outcome


9PNF’s blueprint contains invalid configuration: the blueprint’s Restconf commands are wrong, provoking an error while sending them to ODL; failed outcome

Status
colourGrey
titleNot Started


Detailed Description End-to-End Feature Integration Testcases :

Test Case ID

Netconf_TLS_E2E_01

Test Case NameSO sends CONFIG-ASSIGN and CONFIGURE request to
SSAPI
SS-API
DescriptionEnsure that PNF_READY notification is received by SO from simulated environment then SO sends CONFIG-ASSIGN request to
SSAPI
SS-API
ReleaseDublin
Pre-conditionsSO should be waiting for PNF_READY notification after registration process and fully configured as per registration process.
Testing Steps


StepsExpected Result
  1. Send PNF_READY to SO
  2. SO will send CONFIG-ASSIGN to
SSAPI
  1. SS-API
  2. Receive it and Check if it is correct
  3. Send OK response to SO
  4. SO will send CONFIGURE request to
SSAPI
  1. SS-API
  2. Receive it and check if it is correct
  3. Send OK response to SO

The SO accepted the "PNF_READY" Notification.

and sends out the CONFIG-ASSIGN request to
SSAPI
SS-API

and receive an OK response from

SSAPI

SS-API



Conclusion (Pass /Fail)
Testing Lab



Test Case IDNetconf_TLS_E2E_02
Test Case Name

Sends CONFIGURE request to SSAPISS-API

DescriptionIn this simulated CONFIG-ASSIGN request will be sent to SSAPI SS-API and response will be picked to check if response is OK.
ReleaseDublin
Pre-conditions

BP processor should have access to correct blueprint in archive to process it. SDNC should b

Testing Steps




StepsExpected Result
  1. Sends CONFIGURE request to SSAPISS-API
  2. SS-API SSAPI will receive it
  3. SSAPI SS-API send CONFIGURE request to BP proc

  4. BP processor parse it and sends Mount to SDNC
  5. Receive this request read it if it is correct
  6. Send OK 200 response for mount to BP proc

  7. BP processor sends configuration request to SDNC
  8. Receive this request read it if it is correct
  9. send OK 200 response to BP proc

  10. BP processor sends un-mount request to SDNC
  11. Receive this request read it if it is correct
  12. send OK 200 response un-mount to BP proc



Check for mount, configure and un-mount messages coming out of

BP proc. Verify that they are correct.


Conclusion (Pass /Fail)
Testing Lab



Test Case IDNetconf_TLS_E2E_03
Test Case Name

Check SDNC have client cert, private key and trusted certs setup at deployment

DescriptionSDNC configure client cert, private key and trusted certs and deployment time. This testcase checks if all certificates are configured fine.
ReleaseDublin
Pre-conditions

SDNC should be up and running successfully

Testing Steps




StepsExpected Result
  1. Send GET request from rest client to SDNC for key store
  2. Verify if it has all necessary entries for Client cert, trusted certs and private key.

Get request should get all certs and private key successfully.


Conclusion (Pass /Fail)
Testing Lab



Test Case IDNetconf_TLS_E2E_04
Test Case Name

Connect SDNC and PNF sim for configuration step

DescriptionSDNC/ODL will send mount , configure and unmount request to PNF sim and check if PNF sim is configured successfully.
ReleaseDublin
Pre-conditions

PNF sim should be up and running with TLS port listening. It should also be configured with Yang Models necessary for configuration request.

Testing Steps




StepsExpected Result
  1. Send mount request to SDNC from rest client.
  2. Check for 200 OK response
  3. Send GET request for mount
  4. Check data from GET response

  5. Send configuration request to SDNC from rest client.
  6. Check for 200 OK response
  7. Send GET request for configuration
  8. Check data from GET response

  9. Send un-mount request to SDNC from rest client
  10. check for 200 OK response
  11. Send GET request for un-mount
  12. Check data from GET response

Get response should give correct result for mount, configure and un-mount.


Conclusion (Pass /Fail)
Testing Lab


Test Case ID

Netconf_TLS_E2E_05

Test Case NameE2E test case for NETCONF over TLS
DescriptionEnsure that PNF_READY notification is received by SO from simulated environment then SO sends CONFIG-ASSIGN, CONFIGURE request to SS-API
ReleaseDublin
Pre-conditionsSO should be waiting for PNF_READY notification after registration process and fully configured as per registration process. Blueprint archive should be configured for correct blueprint. SDNC should be installed successfully and PNF simulator should be running with TLS support.
Testing Steps


StepsExpected Result
  1. Send PNF_READY to SO(This step will trigger a run to SS-API, BP Proc, SDNC and PNF sim)
  2. Send SSH connect request to SDNC/ODL using rest client.
  3. Send GET  request for configuration to get set configuration
    in step 1.
  4. Verify received configuration is correct.
Get response should give correct result for configure



Conclusion (Pass /Fail)
Testing Lab



Test Case IDNetconf_TLS_E2E_05
Test Case Name

Successful flow

DescriptionSteps assignConfig and deployConfig will conclude as expected, and the desired configuration will be applied to the PNF
Release

Dublin

Pre-conditions

Valid PNF
Valid blueprint
SO is present (mocked if needed)
ODL is present (mocked if needed)

Testing Steps




StepsExpected Result

1. SO sends a request to perform action assignConfig

Code Block
languageyml
blueprintName: String
blueprintVersion: Integer
action: String
pnf-name: String
pnf-ip: String

2. SS-API forwards the request to BPP, that will load the blueprint, execute the action specified, prepare the configlet, persist it and return a successful message to SO

3. SO recognizes the success message and sends a request to perfom action deployConfig

Code Block
languageyml
blueprintName: String
blueprintVersion: Integer
action: String
pnf-name: String
pnf-ip: String

4. SS-API forwards the request to BPP, that will load the blueprint, execute the action specified, retrieve the configlet from the persistence, connect to ODL, send the configlet to the PNF and return a successful message to SO



Conclusion (Pass /Fail)PASS
Testing Lab?


Test Case IDNetconf_TLS_NEG_01
Test Case Name

Configlet not found

Descriptionstep deployConfig is called before assignConfig and thus the configlet was never created and persisted in the CDS’ database
ReleaseDublin
Pre-conditions

Valid Blueprint
SO is present (mocked if needed)
To ensure that there is no previous persisted configlet, this should be the first test to be ran

Testing Steps




StepsExpected Result


1. SO sends a request to perfom action deployConfig


Code Block
languageyml
blueprintName: String
blueprintVersion: Integer
action: String
pnf-name: String
pnf-ip: String


2. SS-API forwards the request to BPP, that will load the blueprint and execute the action specified. As part of the action executon, BPP will try to retrieve the configlet from the CDS’ persistence, but it will fail since the assignConfig step did not happen before


3. An error message will be sent to SO



Conclusion (Pass /Fail)
Testing Lab

?


Test Case IDNetconf_TLS_NEG_02
Test Case Name

Non-existing PNF

DescriptionConfiguration is called for a PNF that cannot be found on ONAP, that is, its IP address does not exist
ReleaseDublin
Pre-conditions

Valid PNF
Valid blueprint
SO is present (mocked if needed)
ODL is present (mocked if needed)

Testing Steps




StepsExpected Result


1. SO sends a request to perform action assignConfig


Code Block
languageyml
blueprintName: String
blueprintVersion: Integer
action: String
pnf-name: String
pnf-ip: String


2. SS-API forwards the request to BPP, that will load the blueprint, execute the action specified, prepare the configlet, persist it and return a successful message to SO


3. SO recognizes the success message and sends a request to perfom action deployConfig


Code Block
languageyml
blueprintName: String
blueprintVersion: Integer
action: String
pnf-name: String
pnf-ip: String

4. SS-API forwards the request to BPP, that will load the blueprint, execute the action specified and retrieve the configlet from the persistence


5. The next step is to mount a Netconf server in the PNF, through ODL. Since the IP address of the PNF is not valid, ODL won’t be able to connect to the PNF, failing the operation


6. An error message will be sent to SO




Conclusion (Pass /Fail)
Testing Lab

?


Test Case IDNetconf_TLS_NEG_03
Test Case Name

ODL not found

DescriptionNo ODL is available in SDN-C to answer the Restconf requests
ReleaseDublin
Pre-conditions

Valid PNF
Valid blueprint
SO is present (mocked if needed)
ODL is present (mocked if needed)

Testing Steps




StepsExpected Result


1. SO sends a request to perform action assignConfig


Code Block
languageyml
blueprintName: String
blueprintVersion: Integer
action: String
pnf-name: String
pnf-ip: String

2. SS-API forwards the request to BPP, that will load the blueprint, execute the action specified, prepare the configlet, persist it and return a successful message to SO


3. SO recognizes the success message and sends a request to perfom action deployConfig


Code Block
languageyml
blueprintName: String
blueprintVersion: Integer
action: String
pnf-name: String
pnf-ip: String

4. SS-API forwards the request to BPP, that will load the blueprint, execute the action specified and retrieve the configlet from the persistence


5. The next step is to mount a Netconf server in the PNF, through ODL. Since there is no ODL available, such connection cannot be established


6. An error message will be sent to SO



Conclusion (Pass /Fail)
Testing Lab?


Test Case IDNetconf_TLS_NEG_04
Test Case Name

PNF’s blueprint contains invalid configuration

DescriptionThe blueprint’s Restconf commands are wrong, provoking an error while sending them to ODL
ReleaseDublin
Pre-conditions

Valid PNF
Valid blueprint
SO is present (mocked if needed)
ODL is present (mocked if needed)

Testing Steps




StepsExpected Result


1. SO sends a request to perform action assignConfig


Code Block
languageyml
blueprintName: String
blueprintVersion: Integer
action: String
pnf-name: String
pnf-ip: String


2. SS-API forwards the request to BPP, that will load the blueprint, execute the action specified, prepare the configlet, persist it and return a successful message to SO


3. SO recognizes the success message and sends a request to perfom action deployConfig


Code Block
languageyml
blueprintName: String
blueprintVersion: Integer
action: String
pnf-name: String
pnf-ip: String


4. SS-API forwards the request to BPP, that will load the blueprint, execute the action specified, retrieve the configlet from the persistence, connect to ODL and send the configlet to the PNF


5. Since the configlet is not valid, ODL will return an error after receiving the Restconf request


6. An error message will be sent to SO



Conclusion (Pass /Fail)
Testing Lab

?



Information:


Next Step(s):