Project

General

Profile

Bug #58230

Updated by Casey Bodley over 1 year ago

examples:
http://qa-proxy.ceph.com/teuthology/cbodley-2022-12-08_14:16:01-rgw-wip-cbodley-testing-distro-default-smithi/7107997/teuthology.log
http://qa-proxy.ceph.com/teuthology/dang-2022-12-09_09:10:21-rgw-wip-dang-zipper-driver-distro-default-smithi/7109677/teuthology.log

<pre>
2022-12-09T14:47:12.557 INFO:tasks.tempest:Downloading Tempest...
2022-12-09T14:47:12.559 DEBUG:teuthology.orchestra.run.smithi074:> git clone -b master https://github.com/openstack/tempest.git /home/ubuntu/cephtest/tempest
2022-12-09T14:47:12.578 INFO:teuthology.orchestra.run.smithi074.stderr:Cloning into '/home/ubuntu/cephtest/tempest'...
2022-12-09T14:47:15.868 DEBUG:teuthology.orchestra.run.smithi074:> cd /home/ubuntu/cephtest/tempest && git reset --hard 30.0.0
2022-12-09T14:47:15.948 INFO:teuthology.orchestra.run.smithi074.stdout:HEAD is now at 4f63115e5 Add releasenote to tag the Tempest for Yoga release
2022-12-09T14:47:15.948 INFO:tasks.tempest:Setting up virtualenv for Tempest
2022-12-09T14:47:15.949 DEBUG:teuthology.orchestra.run.smithi074:> cd /home/ubuntu/cephtest/tempest && /home/ubuntu/cephtest/tox-venv/bin/tox -e venv --notest
2022-12-09T14:47:16.049 INFO:teuthology.orchestra.run.smithi074.stdout:.tox create: /home/ubuntu/cephtest/tempest/.tox/.tox
2022-12-09T14:47:16.280 INFO:teuthology.orchestra.run.smithi074.stdout:.tox installdeps: tox >= 3.18.0
2022-12-09T14:47:22.946 INFO:teuthology.orchestra.run.smithi074.stdout:venv: install_deps> pip install -r /home/ubuntu/cephtest/tempest/requirements.txt -r /home/ubuntu/cephtest/tempest/doc/requirements.txt -c https://releases.openstack.org/constraints/upper/yoga
2022-12-09T14:47:53.254 INFO:teuthology.orchestra.run.smithi074.stdout: venv: OK (31.15 seconds)
2022-12-09T14:47:53.300 INFO:teuthology.orchestra.run.smithi074.stdout: congratulations :) (31.50 seconds)
2022-12-09T14:47:53.341 INFO:tasks.tempest:Configuring Tempest
2022-12-09T14:47:53.342 DEBUG:teuthology.orchestra.run.smithi074:> cd /home/ubuntu/cephtest/tempest && source .tox/venv/bin/activate && tempest init --workspace-path /home/ubuntu/cephtest/tempest/workspace.yaml rgw
2022-12-09T14:47:53.350 DEBUG:teuthology.orchestra.run:got remote process result: 1
2022-12-09T14:47:53.351 INFO:teuthology.orchestra.run.smithi074.stderr:bash: .tox/venv/bin/activate: No such file or directory
</pre>

tox seems to be creating an additional .tox subdirectory?

> create: /home/ubuntu/cephtest/tempest/.tox/.tox

Back