Hi Robot team, Robot vFW instantiation fails however we can see that VNFs just came up fine and it is up and running in Openstack. We are using Elalto release.
It seems like Robot scripts are not able to load the SSH private key to validate the vFW VNF SSH connection. We did try to copy the private key file into the following folder in the Robot pod but the same issue persists. */var/opt/ONAP/robot/assets/keys/onap_dev.pvt* */var/opt/ONAP/robot/assets/keys/id_rsa* Below is the log snippet for your reference. We will appreciate any workaround to resolve this issue. Thanks & Regards Vivek ./demo-k8s.sh onap instantiateVFW Number of parameters: 2 KEY: instantiateVFW ++ kubectl --namespace onap get pods ++ sed 's/ .*//' ++ grep robot + POD=dev-robot-robot-6d444f4cdd-nr7hw ++ dirname ./demo-k8s.sh + DIR=. + SCRIPTDIR=scripts/demoscript + ETEHOME=/var/opt/ONAP + '[' ']' ++ kubectl --namespace onap exec dev-robot-robot-6d444f4cdd-nr7hw -- bash -c 'ls -1q /share/logs/ | wc -l' + export GLOBAL_BUILD_NUMBER=9 + GLOBAL_BUILD_NUMBER=9 ++ printf %04d 9 + OUTPUT_FOLDER=0009_demo_instantiateVFW + DISPLAY_NUM=99 + VARIABLEFILES='-V /share/config/robot_properties.py' + kubectl --namespace onap exec dev-robot-robot-6d444f4cdd-nr7hw -- /var/opt/ONAP/runTags.sh -V /share/config/robot_properties.py -v GLOBAL_BUILD_NUMBER:642 -d /share/logs/0009_demo_instantiateVFW -i instantiateVFW --display 99 Starting Xvfb on display :99 with res 1280x1024x24 Executing robot tests at log level TRACE ============================================================================== Testsuites ============================================================================== Testsuites.Demo :: Executes the VNF Orchestration Test cases including setu... ============================================================================== Instantiate VFW Submitting vf module instance Vfmodule_Ete_vFW_566838b6_0 in VID | FAIL | *Keyword 'Open Connection And Log In' failed after retrying for 5 minutes. The last error was: Given key file '' does not exist.* ------------------------------------------------------------------------------ Testsuites.Demo :: Executes the VNF Orchestration Test cases inclu... | FAIL | 1 critical test, 0 passed, 1 failed 1 test total, 0 passed, 1 failed ============================================================================== Testsuites | FAIL | 1 critical test, 0 passed, 1 failed 1 test total, 0 passed, 1 failed ============================================================================== Output: /share/logs/0009_demo_instantiateVFW/output.xml Log: /share/logs/0009_demo_instantiateVFW/log.html Report: /share/logs/0009_demo_instantiateVFW/report.html -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#22569): https://lists.onap.org/g/onap-discuss/message/22569 Mute This Topic: https://lists.onap.org/mt/78690062/21656 Group Owner: [email protected] Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
