I wonder if the container isn?t using the same /etc/hosts as your VM ?

Brian


From: Vikram Mukundamgari [mailto:[email protected]]
Sent: Friday, April 21, 2017 5:57 PM
To: FREEMAN, BRIAN D <bf1936 at att.com>; onap-discuss at lists.onap.org
Subject: Re: robot_vm demo.sh failing

Thanks Brian  but removing v2.0 didn?t worked.


OpenECOMP ETE.Robot.Testsuites.Demo :: Executes the VNF Orchestration Test ...
==============================================================================
Initialize Customer And Models                                        | FAIL |
ConnectionError: HTTPSConnectionPool(host='public.fuel.local', port=5000): Max 
retries exceeded with url: /v2.0/tokens (Caused by 
NewConnectionError('<requests.packages.urllib3.connection.VerifiedHTTPSConnection
 object at 0x7f3de90d9b50>: Failed to establish a new connection: [Errno -2] 
Name or service not known',))


But  Curl 
https://public.fuel.local:5000<https://urldefense.proofpoint.com/v2/url?u=https-3A__public.fuel.local-3A5000&d=DwMGaQ&c=LFYZ-o9_HUMeMTSQicvjIg&r=e3d1ehx3DI5AoMgDmi2Fzw&m=jBUQa1JO48MH3WlpB8H3-V4PWVNWjnN0wrrRtTSLxo8&s=9IwioY8_ZU-TBr951dBAhXDUDEfZqW8P7elKelGpKCM&e=>
  get response


Thanks,
Vikram

From: "FREEMAN, BRIAN D" <bf1936 at att.com<mailto:[email protected]>>
Date: Friday, April 21, 2017 at 1:22 PM
To: Vikram Mukundamgari <vikram.mukundamgari at 
nexius.com<mailto:vikram.mukundamgari at nexius.com>>, "onap-discuss at 
lists.onap.org<mailto:onap-discuss at lists.onap.org>" <onap-discuss at 
lists.onap.org<mailto:onap-discuss at lists.onap.org>>
Subject: RE: robot_vm demo.sh failing

/v2.0/v2.0/token

Seems like you have an extra /v2.0 if you look at your log but I?m not the 
expert.

Try 
https://public.fuel.local:5000<https://urldefense.proofpoint.com/v2/url?u=https-3A__public.fuel.local-3A5000&d=DwMGaQ&c=LFYZ-o9_HUMeMTSQicvjIg&r=e3d1ehx3DI5AoMgDmi2Fzw&m=jBUQa1JO48MH3WlpB8H3-V4PWVNWjnN0wrrRtTSLxo8&s=9IwioY8_ZU-TBr951dBAhXDUDEfZqW8P7elKelGpKCM&e=>


Brian


From: onap-discuss-bounces at lists.onap.org<mailto:onap-discuss-bounces at 
lists.onap.org> [mailto:[email protected]] On Behalf Of 
Vikram Mukundamgari
Sent: Friday, April 21, 2017 4:20 PM
To: onap-discuss at lists.onap.org<mailto:onap-discuss at lists.onap.org>
Subject: [onap-discuss] robot_vm demo.sh failing

Hello,

By following the ONAP-discuss for demo.sh issue added tenant.txt and also 
updated the keystone_get_auth.template in openecompete_container
I edited line 30 in /opt/eteshare/config/integration_robot_properties.py  to
GLOBAL_OPENSTACK_KEYSTONE_SERVER = 
https://public.fuel.local:5000/v2.0<https://urldefense.proofpoint.com/v2/url?u=https-3A__public.fuel.local-3A5000_v2.0&d=DwMGaQ&c=LFYZ-o9_HUMeMTSQicvjIg&r=e3d1ehx3DI5AoMgDmi2Fzw&m=jBUQa1JO48MH3WlpB8H3-V4PWVNWjnN0wrrRtTSLxo8&s=DxG-z-anSVpJJbSomqcVWhXXFIiWSav5yiCeh3iOpsw&e=>
   (Mirantis OpenStack Keystone endpoint).
Added IP address for public.fuel.local in /etc/hosts in robot VM and updated 
ca-certificate
Curl 
https://public.fuel.local:5000/v2.0<https://urldefense.proofpoint.com/v2/url?u=https-3A__public.fuel.local-3A5000_v2.0&d=DwMGaQ&c=LFYZ-o9_HUMeMTSQicvjIg&r=e3d1ehx3DI5AoMgDmi2Fzw&m=jBUQa1JO48MH3WlpB8H3-V4PWVNWjnN0wrrRtTSLxo8&s=DxG-z-anSVpJJbSomqcVWhXXFIiWSav5yiCeh3iOpsw&e=>
 gets response, no issues.
But ./demo.sh init failing with error mentioned below
Also , attached the log.html with this mail

Do I Need to provide the path to certificate?

Thanks,
Vikram

oot at vm1-robot:/opt# ./demo.sh init
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 ...
==============================================================================
Initialize Customer And Models                                        | FAIL |
ConnectionError: HTTPSConnectionPool(host='public.fuel.local', port=5000): Max 
retries exceeded with url: /v2.0/v2.0/tokens (Caused by 
NewConnectionError('<requests.packages.urllib3.connection.VerifiedHTTPSConnection
 object at 0x7fb867eb13d0>: Failed to establish a new connection: [Errno -2] 
Name or service not known',))
------------------------------------------------------------------------------
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



-------------- next part --------------
An HTML attachment was scrubbed...
URL: 
<http://lists.onap.org/pipermail/onap-discuss/attachments/20170421/2ed94f70/attachment.html>

Reply via email to