Versions Compared

Key

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

...

Horizon Portal access will be required to find the IP addresses of K8 hosts.


Hardware requirements:

Image Added

  • ONAP - standard OOM ONAP instance located in Ericsson Lab

    • 3* 16 vCPU
    • 3* 60GB of RAM
    • 3* 60GB of HDD


  •  Rancher
    • 2 vCPUs
    • 4GB RAM
    • 20GB Disk

    Simulators (each) and the Rancher 
  • 2 vCPUs
  • 4GB RAM
  • 20GB Disk

Image Removed













Detailed Description End-to-End Feature Integration Testcases ( Manual ) on

...

Ericsson Lab :

Test Case ID

Bulk_PM_E2E_01

Test Case NameSend FileReadyEvent to VES Collector
DescriptionEnsure that the 'FileReady' VES event is sent from the simulated xNF to the VES collector.
ReleaseCasablanca
Pre-conditionsFrom the above section "Deployment" a test environment with all the required components - xNF (simulated with sftp or sftpe ), VES Collector are all started.
Testing Steps
StepsExpected Result
  1. Send FileExist VES event from PNF Simulator to VES collector.

    Example File Ready VES Notification:

    curl -i -X POST    -H "Content-Type:application/json"    -d '{    "event": {
            "commonEventHeader": {
                "version": "4.0.1",
                "vesEventListenerVersion": "7.0.1",
                "domain": "notification",
                "eventName": "Noti_RnNode-Ericsson_FileReady",
                "eventId": "FileReady_1797490e-10ae-4d48-9ea7-3d7d790b25e1",
                "lastEpochMicrosec": 8745745764578,
                "priority": "Normal",
                "reportingEntityName": "otenb5309",
                "sequence": 0,
                "sourceName": "oteNB5309",
                "startEpochMicrosec": 8745745764578,
                "timeZoneOffset": "UTC+05.30"
            },
            "notificationFields": {
                "changeIdentifier": "PM_MEAS_FILES",
                "changeType": "FileReady",
                "notificationFieldsVersion": "2.0",
                "arrayOfNamedHashMap": [
                  { "name": "pm.xml.gz",
                    "hashMap":{
                                  "location": "sftp://admin:admin@172.18.0.2:22/pm.xml.gz",
                                  "compression": "gzip",
                                  "fileFormatType": "org.3GPP.32.435#measCollec",
                                  "fileFormatVersion": "V10"
                                  }
                  }
                ]  
            }
        }
      }' 'http://172.17.0.2:8080/eventListener/v7'

The VES Collector accepted the "File Ready" Notification send by xNF.

We should get 202 response from the VES Collector. e.g.

HTTP/1.1 202

Content-Type: application/json

Content-Length: 8

Date: Sat, 22 Sep 2018 21:16:07 GMT



Conclusion (Pass /Fail)
Testing Lab

TLab

...