Hi All,

We have deployed OPNFV via FUEL installer on Azure ubuntu-18.04 instance as
Virtual deploy. Deployment is successful.

Then we triggered FUNCTEST (with build tag opnfv-9.0.0) and in FUNCTEST
- singlevm1 is failing with below error.

2020-09-09 12:26:25,782 - xtesting.ci.run_tests - INFO - Loading test case
'singlevm1'...
2020-09-09 12:26:26,326 - xtesting.ci.run_tests - INFO - Running test case
'singlevm1'...
2020-09-09 12:37:02,985 - functest.core.singlevm - ERROR - cannot connect
to 10.16.0.190
2020-09-09 12:37:02,985 - functest.core.singlevm - ERROR - Cannot run
singlevm1
Traceback (most recent call last):
  File "/usr/lib/python2.7/site-packages/functest/core/singlevm.py", line
446, in run
    (self.fip, self.ssh) = self.connect(self.sshvm)
TypeError: 'NoneType' object is not iterable
2020-09-09 12:37:02,986 - xtesting.ci.run_tests - INFO - Test result:


When we looked into the issue and observed that an instance is being
created during this test execution and before it can ssh to the instance,
the instance is getting deleted. Thus to fix this issue I logged into the
FUNCTEST docker container and increased the ssh_time_out in the file (
"/usr/lib/python2.7/site-packages/functest/core/singlevm.py ) so that it
can wait for some more time before deleting it. I committed my changes and
created a local docker image and created the FUNCTEST container again. This
time i could see the vm is not getting deleted within 1-2 min as earlier
but it is staying there for 10 min.And i manually tried to ping the
instance floating point IP from the host and it was pinging. But the test
again failed with an ssh issue with the error as mentioned above.

We would appreciate any workaround to resolve this issue.

Thanks,
Ankit Goel
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

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

Reply via email to