[Openstack] tempest test error
Nikesh Kumar Mahalka
nikeshmahalka at vedams.com
Fri Sep 12 19:10:07 UTC 2014
Hi,
I deployed a juno devstack on ubuntu 14.04 server.
Below are the services,which are running fine
$ cinder service-list
+------------------+-------------------------------------+------+---------+-------+----------------------------+-----------------+
| Binary | Host | Zone |
Status | State | Updated_at | Disabled Reason |
+------------------+-------------------------------------+------+---------+-------+----------------------------+-----------------+
| cinder-scheduler | juno-devstack-server | nova |
enabled | up | 2014-09-12T19:07:00.000000 | None |
| cinder-volume | juno-devstack-server at dothill_driver | nova |
enabled | up | 2014-09-12T19:06:55.000000 | None |
+------------------+-------------------------------------+------+---------+-------+----------------------------+-----------------+
nova service-list
+----+------------------+----------------------+----------+---------+-------+----------------------------+-----------------+
| Id | Binary | Host | Zone | Status |
State | Updated_at | Disabled Reason |
+----+------------------+----------------------+----------+---------+-------+----------------------------+-----------------+
| 1 | nova-conductor | juno-devstack-server | internal | enabled |
up | 2014-09-12T19:08:06.000000 | - |
| 2 | nova-cert | juno-devstack-server | internal | enabled |
up | 2014-09-12T19:08:08.000000 | - |
| 3 | nova-network | juno-devstack-server | internal | enabled |
up | 2014-09-12T19:08:08.000000 | - |
| 4 | nova-compute | juno-devstack-server | nova | enabled |
up | 2014-09-12T19:07:59.000000 | - |
| 5 | nova-scheduler | juno-devstack-server | internal | enabled |
up | 2014-09-12T19:08:05.000000 | - |
| 6 | nova-consoleauth | juno-devstack-server | internal | enabled |
up | 2014-09-12T19:08:00.000000 | - |
+----+------------------+----------------------+----------+---------+-------+----------------------------+-----------------+
But when I am running tempest test and i am getting below error:
Ran 1744 tests in 3133.358s
FAILED (failures=105)
vedams at juno-devstack-server:~/devstack$
tempest.api.compute.volumes.test_volumes_get.VolumesGetTestXML
tempest.api.compute.volumes.test_volumes_get.VolumesGetTestXML:
command not found
vedams at juno-devstack-server:~/devstack$
test_volume_create_get_delete[gate,smoke] FAIL
test_volume_create_get_delete[gate,smoke]: command not found
vedams at juno-devstack-server:~/devstack$ setUpClass
(tempest.api.compute.volumes.test_volumes_list
-bash: syntax error near unexpected token
`tempest.api.compute.volumes.test_volumes_list'
vedams at juno-devstack-server:~/devstack$ VolumesTestXML)
FAIL
-bash: syntax error near unexpected token `)'
Regards
Nikesh
More information about the Openstack
mailing list