1
0
-1

Please can anybody help with the below:

When running ./demo.sh preload for the vFW tutorial VF on Canonical Openstack, it fails with the return error shown below:

root@vm2-robot:/opt# ./demo.sh preload TSLNick NickModule
Starting Xvfb on display :89 with res 1280x1024x24
Executing robot tests at log level TRACE
==============================================================================
OpenECOMP ETE
==============================================================================
OpenECOMP ETE.Robot
==============================================================================
OpenECOMP ETE.Robot.Testsuites
==============================================================================
OpenECOMP ETE.Robot.Testsuites.Demo :: Executes the VNF Orchestration Test ...
==============================================================================
Preload VNF                                                           | FAIL |
Resolving variable '${put_resp.json()['output']['response-code']}' failed: KeyError: 'output'
------------------------------------------------------------------------------
OpenECOMP ETE.Robot.Testsuites.Demo :: Executes the VNF Orchestrat... | FAIL |
1 critical test, 0 passed, 1 failed
1 test total, 0 passed, 1 failed
==============================================================================
OpenECOMP ETE.Robot.Testsuites                                        | FAIL |
1 critical test, 0 passed, 1 failed
1 test total, 0 passed, 1 failed
==============================================================================
OpenECOMP ETE.Robot                                                   | FAIL |
1 critical test, 0 passed, 1 failed
1 test total, 0 passed, 1 failed
==============================================================================
OpenECOMP ETE                                                         | FAIL |
1 critical test, 0 passed, 1 failed
1 test total, 0 passed, 1 failed
==============================================================================
Output:  /share/logs/demo/PreloadDemo/output.xml
Log:     /share/logs/demo/PreloadDemo/log.html
Report:  /share/logs/demo/PreloadDemo/report.html

The log file has this error in it:

: [ 'Received response from sdngc {"errors":{"error":[{"error-type":"protocol","error-tag":"unknown-element","error-message":"The module named \'VNF-API\' does not exist."}]}

 



    CommentAdd your comment...

    1 answer

    1.  
      1
      0
      -1

      you are missing a required karaf package in sdnc

      1. Satish Kalyani

        What version of Karaf package we should be installing? Pl comment

      2. Daniel Rose

        sdnc_init.sh should do that for you so you may need to restart. I suspect the nexus repository being down will be the root cause why this failed to start

      CommentAdd your comment...