CiscoSystems / openstack-installer--to-be-replaced-by-puppet_openstack_builder

Creates an Openstack environment using puppet modules and vagrant.
Apache License 2.0
12 stars 21 forks source link

test_mode=tempest tests/basic_test.sh fails #128

Open ghost opened 10 years ago

ghost commented 10 years ago
test_type=openstack_multi test_mode=tempest operatingsystem=ubuntu openstack_version=grizzly bash -x tests/basic_test.sh
....
service hostname start
+ '[' tempest = basic_tests ']'
+ [[ tempest == tempest* ]]
+ '[' tempest = tempest_smoke ']'
+ tempest_args=
+ vagrant ssh control_tempest_basevm -c 'sudo bash -c '\''pushd /var/lib/tempest;pip install virtualenv;virtualenv test_env --system-site-packages;source test_env/bin/activate\
; pip install -I anyjson nose httplib2 pika unittest2 lxml testtools testresources paramiko boto netaddr keyring testrepository sqlalchemy;pip install -I d2to1==0.2.10;pip ins\
tall -I pbr>0.5;/var/lib/tempest/run_tests.sh -N -- --exclude=object_storage '\'';exit 0'
bash: line 0: pushd: /var/lib/tempest: No such file or directory
bash: pip: command not found
bash: virtualenv: command not found
bash: test_env/bin/activate: No such file or directory
bash: pip: command not found
bash: pip: command not found
bash: pip: command not found
bash: /var/lib/tempest/run_tests.sh: No such file or directory
+ popd
tests/basic_test.sh: line 135: popd: directory stack empty
bodepd commented 10 years ago

did you actually build out the 'control_tempest_basevm' machine? I would expect it to be built with the tempest source installed.