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@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@juno-devstack-server:~/devstack$ tempest.api.compute.volumes.test_volumes_get.VolumesGetTestXML tempest.api.compute.volumes.test_volumes_get.VolumesGetTestXML: command not found vedams@juno-devstack-server:~/devstack$ test_volume_create_get_delete[gate,smoke] FAIL test_volume_create_get_delete[gate,smoke]: command not found vedams@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@juno-devstack-server:~/devstack$ VolumesTestXML) FAIL -bash: syntax error near unexpected token `)' Regards Nikesh _______________________________________________ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : openstack@lists.openstack.org Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack