@borisstoyanov now the errors changed again.
These are repeated, but they do not seem to be related to changes developed
here.
```
test_01_primary_storage_nfs Error 0.16 test_primary_storage.py
test_03_vpc_privategw_restart_vpc_cleanup Failure 1165.84
test_privategw_acl.py
```
Errors from ` test_01_primary_storage_nfs `:
```
2018-09-03 08:54:41,143 - CRITICAL - EXCEPTION: test_01_primary_storage_nfs:
['Traceback (most recent call last):\n', ' File
"/usr/lib64/python2.7/unittest/case.py", line 369, in run\n testMethod()\n',
' File "/marvin/tests/smoke/test_primary_storage.py", line 105, in
test_01_primary_storage_nfs\n podid=self.pod.id\n', ' File
"/usr/lib/python2.7/site-packages/marvin/lib/base.py", line 2883, in create\n
return StoragePool(apiclient.createStoragePool(cmd).__dict__)\n', ' File
"/usr/lib/python2.7/site-packages/marvin/cloudstackAPI/cloudstackAPIClient.py",
line 3188, in createStoragePool\n response =
self.connection.marvinRequest(command, response_type=response,
method=method)\n', ' File
"/usr/lib/python2.7/site-packages/marvin/cloudstackConnection.py", line 379, in
marvinRequest\n raise e\n', 'CloudstackAPIException: Execute cmd:
createstoragepool failed, due to: errorCode: 530, errorText:Failed to add data
store: Storage pool nfs://10.2.0.16/acs/primary/pr2761-t2982
-kvm-centos7/marvin_pri1 already in use by another pod (id=1)\n']
2018-09-03 08:54:41,278 - CRITICAL - EXCEPTION: test_01_primary_storage_nfs:
['Traceback (most recent call last):\n', ' File
"/usr/lib/python2.7/site-packages/nose/suite.py", line 209, in run\n
self.setUp()\n', ' File "/usr/lib/python2.7/site-packages/nose/suite.py", line
292, in setUp\n self.setupContext(ancestor)\n', ' File
"/usr/lib/python2.7/site-packages/nose/suite.py", line 315, in setupContext\n
try_run(context, names)\n', ' File
"/usr/lib/python2.7/site-packages/nose/util.py", line 471, in try_run\n
return func()\n', ' File "/marvin/tests/smoke/test_primary_storage.py", line
406, in setUpClass\n tags=cls.services["storage_tags"]["a"]\n', ' File
"/usr/lib/python2.7/site-packages/marvin/lib/base.py", line 2883, in create\n
return StoragePool(apiclient.createStoragePool(cmd).__dict__)\n', ' File
"/usr/lib/python2.7/site-packages/marvin/cloudstackAPI/cloudstackAPIClient.py",
line 3188, in createStoragePool\n response =
self.connection.marvinRequest(com
mand, response_type=response, method=method)\n', ' File
"/usr/lib/python2.7/site-packages/marvin/cloudstackConnection.py", line 379, in
marvinRequest\n raise e\n', 'CloudstackAPIException: Execute cmd:
createstoragepool failed, due to: errorCode: 530, errorText:Failed to add data
store: Storage pool
nfs://10.2.0.16/acs/primary/pr2761-t2982-kvm-centos7/marvin_pri1 already in use
by another pod (id=1)\n']
```
Errors from ` test_03_vpc_privategw_restart_vpc_cleanup `
```
2018-09-03 09:42:17,448 - CRITICAL - FAILED:
test_03_vpc_privategw_restart_vpc_cleanup: ['Traceback (most recent call
last):\n', ' File "/usr/lib64/python2.7/unittest/case.py", line 369, in run\n
testMethod()\n', ' File "/marvin/tests/smoke/test_privategw_acl.py", line
291, in test_03_vpc_privategw_restart_vpc_cleanup\n
self.performVPCTests(vpc_off, restart_with_cleanup = True)\n', ' File
"/marvin/tests/smoke/test_privategw_acl.py", line 381, in performVPCTests\n
self.check_pvt_gw_connectivity(vm1, public_ip_1, [vm2.nic[0].ipaddress,
vm1.nic[0].ipaddress])\n', ' File "/marvin/tests/smoke/test_privategw_acl.py",
line 745, in check_pvt_gw_connectivity\n self.fail("SSH Access failed for
%s: %s" % (virtual_machine, e))\n', ' File
"/usr/lib64/python2.7/unittest/case.py", line 450, in fail\n raise
self.failureException(msg)\n', 'AssertionError: SSH Access failed for
<marvin.lib.base.VirtualMachine instance at 0x422a3f8>: [Errno 113] No route to
host\n']
```
[ Full content available at: https://github.com/apache/cloudstack/pull/2761 ]
This message was relayed via gitbox.apache.org for [email protected]