Hi, Sudha,

May I know which version you are using for the test? And what modification
you have done?

You may send a gerrit review to the
https://gerrit.opnfv.org/gerrit/#/admin/projects/qtip so we can have a
better idea on the issue you have encountered.

Best regards!
--
Yujun

On Mon, Aug 8, 2016 at 6:31 PM Kumari, Sudha (NFV BU) <sud...@hpe.com>
wrote:

> Hello Team,
>
>
>
> I am trying to set up QTIP on one of my NFV environment, where we are
> bringing up the stack using one of our solution. While going through the
> QTIP documentation, I understood that it is necessary to export any one of
> the OPNFV installers in order to run the tests. But since we are not using
> any of those OPNFV installers, can someone suggest me on how to set up QTIP
> without using installers/ or using custom installers.
>
>
>
> Right now I have made some customization in order to run
> “qtip/test_cases/default/compute/ramspeed_bm.yaml” scenario, below is the
> yml file.
>
> Scenario:
>
>   benchmark: ramspeed
>
>   host:
>
>   server: machine_1, machine_2
>
> Context:
>
>   Host_Machines:
>
>     machine_1:
>
>       ip: <IP>
>
>       pw: <PWD>
>
>       role: server
>
>     machine_2:
>
>       ip: <IP>
>
>       pw: <PWD>
>
>       role: server
>
> Scripts modified in order to make this work:
>
> ·         Modified qtip_creds.sh
>
> ·         Modified qtip/test_cases/default/compute/ramspeed_bm.yaml
>
> ·         Source opnfv-creds.sh
>
> ·         Ran, the test “python qtip.py -l default -f compute”. While
> doing the ssh test, the script throws error below,
>
>
>
> Traceback (most recent call last):
>
>   File "qtip.py", line 22, in <module>
>
>     main()
>
>   File "qtip.py", line 15, in main
>
>     cli()
>
>   File "/home/yardstick/qtip/func/cli.py", line 98, in __init__
>
>     obj.call_ssh_test()
>
>   File "/home/yardstick/qtip/func/env_setup.py", line 176, in call_ssh_test
>
>     self.ssh_test(self.ip_pw_list)
>
>   File "/home/yardstick/qtip/func/env_setup.py", line 72, in ssh_test
>
>     ssh.connect(k, key_filename='./data/QtipKey')
>
>   File
> "/home/yardstick/qtip_venv/local/lib/python2.7/site-packages/paramiko/client.py",
> line 381, in connect
>
>     look_for_keys, gss_auth, gss_kex, gss_deleg_creds, gss_host)
>
>   File
> "/home/yardstick/qtip_venv/local/lib/python2.7/site-packages/paramiko/client.py",
> line 604, in _auth
>
>     raise saved_exception
>
> paramiko.ssh_exception.AuthenticationException: Authentication failed.
>
>
>
> I have check the servers are having the qtip key-pair. Any help here will
> be appreciated.
>
> Thanks,
>
>
> _______________________________________________
> opnfv-tech-discuss mailing list
> opnfv-tech-discuss@lists.opnfv.org
> https://lists.opnfv.org/mailman/listinfo/opnfv-tech-discuss
>
_______________________________________________
opnfv-tech-discuss mailing list
opnfv-tech-discuss@lists.opnfv.org
https://lists.opnfv.org/mailman/listinfo/opnfv-tech-discuss

Reply via email to