Hi Brian,

Thanks you for the quick response & support. Following steps of VFWCL is 
working fine:


1.       /root/oom/kubernetes/robot/demo-k8s.sh onap init

2.  PAP_POD=$(kubectl --namespace onap get pods | grep policy-pap | sed 's/ 
.*//')

But the below step is failing:
root@onap-onap-tm5g-dev-01-nfs:/home/ubuntu# kubectl exec -it $PAP_POD -n onap 
-c pap -- bash -c 'export PRELOAD_POLICIES=true; 
/tmp/policy-install/config/push-policies.sh'
OCI runtime exec failed: exec failed: container_linux.go:346: starting 
container process caused "exec: \"dev-policy-policy-pap-df8f88ccc-9k6jn\": 
executable file not found in $PATH": unknown
command terminated with exit code 126

Kindly let me how to fix this error.

Thanks and Regards,
Prakash

From: FREEMAN, BRIAN D <[email protected]>
Sent: Monday, February 10, 2020 10:13 PM
To: [email protected]; Prakash Ramachandraiah 
<[email protected]>
Subject: RE: [onap-discuss] stability72hr Testing : HttpConnection error 
observed

Either the openstack IP/FQDN is wrong of there is no connectivity from robot to 
your openstack instance.

Did the basic InstantiateVFWCL work ?

Brian


ConnectionError: HTTPConnectionPool(host='dl-control.sdp.telekom.de', 
port=5000): Max retries exceeded with url: /v2.0/tokens (Caused by 
NewConnectionError('<urllib3.connection.HTTPConnection object at 
0x7f39909c29d0>: Failed to establish a new connection: [Errno 113] No route to 
host',))


From: [email protected]<mailto:[email protected]> 
<[email protected]<mailto:[email protected]>> On Behalf Of 
Prakash Ramachandraiah
Sent: Monday, February 10, 2020 6:28 AM
To: [email protected]<mailto:[email protected]>
Subject: [onap-discuss] stability72hr Testing : HttpConnection error observed


Hello,

I am executing stability test suite (Stability72hr Test Suite) in rancher 
setup. On running the script getting "HTTPConnection" failure error. Due to 
this failure, some of the variable values required are empty. Kindly let me 
know why this problem is occurring & how to fix it. Are there any test case 
flow or design documents or any other supporting docs to understand the flow.

URL referred : 
https://wiki.onap.org/display/DW/Casablanca+Stability+Testing+Instructions<https://ind01.safelinks.protection.outlook.com/?url=https%3A%2F%2Furldefense.proofpoint.com%2Fv2%2Furl%3Fu%3Dhttps-3A__wiki.onap.org_display_DW_Casablanca-2BStability-2BTesting-2BInstructions%26d%3DDwMFAg%26c%3DLFYZ-o9_HUMeMTSQicvjIg%26r%3De3d1ehx3DI5AoMgDmi2Fzw%26m%3D4MYqCFFr0l9t0ay0zhB4eEhYt5cNX-Ze7OdKfuH9vY8%26s%3DRWDZ_4aq8AxA26wC7V31DHuFfB7VZbJopJVgiGtWDOU%26e%3D&data=02%7C01%7CPR00465610%40TechMahindra.com%7Cfb9b5bdfa7b044b67a1008d7ae486175%7Cedf442f5b9944c86a131b42b03a16c95%7C0%7C0%7C637169498209403288&sdata=C6IczZE%2F1jfi7C4Fml7Cku%2FoD2rSdUOROGyipwBcyTs%3D&reserved=0>

root@onap-onap-tm5g-dev-01-nfs:~/oom/kubernetes/robot# 
/root/oom/kubernetes/robot/ete-k8s.sh onap stability72hr
++ export NAMESPACE=onap
++ NAMESPACE=onap
+++ kubectl --namespace onap get pods
+++ sed 's/ .*//'
+++ grep robot
++ POD=dev-robot-robot-6d745c4756-5ltdj
++ TAGS='-i stability72hr'
++ echo stability72hr
stability72hr
+++ dirname /root/oom/kubernetes/robot/ete-k8s.sh
++ DIR=/root/oom/kubernetes/robot
++ SCRIPTDIR=scripts/etescript
++ ETEHOME=/var/opt/ONAP
++ [[ stability72hr == \e\x\e\c\s\c\r\i\p\t ]]
+++ kubectl --namespace onap exec dev-robot-robot-6d745c4756-5ltdj -- bash -c 
'ls -1q /share/logs/ | wc -l'
++ export GLOBAL_BUILD_NUMBER=22
++ GLOBAL_BUILD_NUMBER=22
+++ printf %04d 22
++ OUTPUT_FOLDER=0022_ete_stability72hr
++ DISPLAY_NUM=112
++ VARIABLEFILES='-V /share/config/robot_properties.py'
++ VARIABLES='-v GLOBAL_BUILD_NUMBER:19078'
++ kubectl --namespace onap exec dev-robot-robot-6d745c4756-5ltdj -- 
/var/opt/ONAP/runTags.sh -V /share/config/robot_properties.py -v 
GLOBAL_BUILD_NUMBER:19078 -d /share/logs/0022_ete_stability72hr -i 
stability72hr --display 112
Starting Xvfb on display :112 with res 1280x1024x24
Executing robot tests at log level TRACE
==============================================================================
Testsuites
==============================================================================
Testsuites.Vnf-Orchestration :: Executes the VNF Orchestration Test cases i...
==============================================================================
Instantiate Virtual DNS                                               [ WARN ] 
Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) 
after connection broken by 
'NewConnectionError('<urllib3.connection.HTTPConnection object at 
0x7f39908fcc50>: Failed to establish a new connection: [Errno 113] No route to 
host',)': /v2.0/tokens
[ WARN ] Retrying (Retry(total=1, connect=None, read=None, redirect=None, 
status=None)) after connection broken by 
'NewConnectionError('<urllib3.connection.HTTPConnection object at 
0x7f3990891b90>: Failed to establish a new connection: [Errno 113] No route to 
host',)': /v2.0/tokens
[ WARN ] Retrying (Retry(total=0, connect=None, read=None, redirect=None, 
status=None)) after connection broken by 
'NewConnectionError('<urllib3.connection.HTTPConnection object at 
0x7f3990891750>: Failed to establish a new connection: [Errno -3] Temporary 
failure in name resolution',)': /v2.0/tokens
| FAIL |
ConnectionError: HTTPConnectionPool(host='dl-control.sdp.telekom.de', 
port=5000): Max retries exceeded with url: /v2.0/tokens (Caused by 
NewConnectionError('<urllib3.connection.HTTPConnection object at 
0x7f3990891d50>: Failed to establish a new connection: [Errno 113] No route to 
host',))

Also keyword teardown failed:
Several failures occurred:

1) Value of variable '@{catalog_resource_ids}' is not list or list-like.

2) 404 != 204
------------------------------------------------------------------------------
Instantiate Virtual Volume Group                                      [ WARN ] 
Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) 
after connection broken by 
'NewConnectionError('<urllib3.connection.HTTPConnection object at 
0x7f3990908350>: Failed to establish a new connection: [Errno 113] No route to 
host',)': /v2.0/tokens
[ WARN ] Retrying (Retry(total=1, connect=None, read=None, redirect=None, 
status=None)) after connection broken by 
'NewConnectionError('<urllib3.connection.HTTPConnection object at 
0x7f3990908050>: Failed to establish a new connection: [Errno 113] No route to 
host',)': /v2.0/tokens
[ WARN ] Retrying (Retry(total=0, connect=None, read=None, redirect=None, 
status=None)) after connection broken by 
'NewConnectionError('<urllib3.connection.HTTPConnection object at 
0x7f3990910cd0>: Failed to establish a new connection: [Errno 113] No route to 
host',)': /v2.0/tokens
| FAIL |
ConnectionError: HTTPConnectionPool(host='dl-control.sdp.telekom.de', 
port=5000): Max retries exceeded with url: /v2.0/tokens (Caused by 
NewConnectionError('<urllib3.connection.HTTPConnection object at 
0x7f39909c29d0>: Failed to establish a new connection: [Errno 113] No route to 
host',))

Also keyword teardown failed:
Several failures occurred:

1) Value of variable '@{catalog_resource_ids}' is not list or list-like.

2) 404 != 204
------------------------------------------------------------------------------
Instantiate Virtual FirewallCL                                        [ WARN ] 
Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) 
after connection broken by 
'NewConnectionError('<urllib3.connection.HTTPConnection object at 
0x7f39901c8d90>: Failed to establish a new connection: [Errno 113] No route to 
host',)': /v2.0/tokens
[ WARN ] Retrying (Retry(total=1, connect=None, read=None, redirect=None, 
status=None)) after connection broken by 
'NewConnectionError('<urllib3.connection.HTTPConnection object at 
0x7f39901c8b50>: Failed to establish a new connection: [Errno 113] No route to 
host',)': /v2.0/tokens
[ WARN ] Retrying (Retry(total=0, connect=None, read=None, redirect=None, 
status=None)) after connection broken by 
'NewConnectionError('<urllib3.connection.HTTPConnection object at 
0x7f39901c89d0>: Failed to establish a new connection: [Errno 113] No route to 
host',)': /v2.0/tokens
| FAIL |
ConnectionError: HTTPConnectionPool(host='dl-control.sdp.telekom.de', 
port=5000): Max retries exceeded with url: /v2.0/tokens (Caused by 
NewConnectionError('<urllib3.connection.HTTPConnection object at 
0x7f39901c8850>: Failed to establish a new connection: [Errno 113] No route to 
host',))

Also keyword teardown failed:
Several failures occurred:

1) Value of variable '@{catalog_resource_ids}' is not list or list-like.

2) 404 != 204
------------------------------------------------------------------------------
Testsuites.Vnf-Orchestration :: Executes the VNF Orchestration Tes... | FAIL |
3 critical tests, 0 passed, 3 failed
3 tests total, 0 passed, 3 failed
==============================================================================
Testsuites                                                            | FAIL |
3 critical tests, 0 passed, 3 failed
3 tests total, 0 passed, 3 failed
==============================================================================
Output:  /share/logs/0022_ete_stability72hr/output.xml
Log:     /share/logs/0022_ete_stability72hr/log.html
Report:  /share/logs/0022_ete_stability72hr/report.html
command terminated with exit code 3


Thanks and Regards,
Prakash
============================================================================================================================
 Disclaimer: This message and the information contained herein is proprietary 
and confidential and subject to the Tech Mahindra policy statement, you may 
review the policy at 
http://www.techmahindra.com/Disclaimer.html<https://ind01.safelinks.protection.outlook.com/?url=https%3A%2F%2Furldefense.proofpoint.com%2Fv2%2Furl%3Fu%3Dhttp-3A__www.techmahindra.com_Disclaimer.html%26d%3DDwMFAg%26c%3DLFYZ-o9_HUMeMTSQicvjIg%26r%3De3d1ehx3DI5AoMgDmi2Fzw%26m%3D4MYqCFFr0l9t0ay0zhB4eEhYt5cNX-Ze7OdKfuH9vY8%26s%3D0lrYyAUss6ZP0scI-_tN5DVjw8zb3lsVo1PN8nZn_3E%26e%3D&data=02%7C01%7CPR00465610%40TechMahindra.com%7Cfb9b5bdfa7b044b67a1008d7ae486175%7Cedf442f5b9944c86a131b42b03a16c95%7C0%7C0%7C637169498209413283&sdata=X6%2FdESldSdv0OEN0RtZ0AfbbdVmcWW69xAQHqBhxeNo%3D&reserved=0>
 externally 
http://tim.techmahindra.com/tim/disclaimer.html<https://ind01.safelinks.protection.outlook.com/?url=https%3A%2F%2Furldefense.proofpoint.com%2Fv2%2Furl%3Fu%3Dhttp-3A__tim.techmahindra.com_tim_disclaimer.html%26d%3DDwMFAg%26c%3DLFYZ-o9_HUMeMTSQicvjIg%26r%3De3d1ehx3DI5AoMgDmi2Fzw%26m%3D4MYqCFFr0l9t0ay0zhB4eEhYt5cNX-Ze7OdKfuH9vY8%26s%3DcWT3ilfgt9Dcmzy-7v5I_ps9CbF70RXEtDTrbPEhuvc%26e%3D&data=02%7C01%7CPR00465610%40TechMahindra.com%7Cfb9b5bdfa7b044b67a1008d7ae486175%7Cedf442f5b9944c86a131b42b03a16c95%7C0%7C0%7C637169498209423278&sdata=nOe%2BDZWwKjuTxK3j0%2BTZKp6tIIeEmNxTLFjzyhmEScM%3D&reserved=0>
 internally within TechMahindra. 
============================================================================================================================

Caution: Please do not click links or open attachments unless you recognize the 
sender and know the content is safe.


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#19972): https://lists.onap.org/g/onap-discuss/message/19972
Mute This Topic: https://lists.onap.org/mt/71141199/21656
Group Owner: [email protected]
Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub  
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to