]> git.apps.os.sepia.ceph.com Git - teuthology.git/commit
openstack: upload absolute paths to remote teuthology machine
authorNathan Cutler <ncutler@suse.com>
Wed, 15 Mar 2017 14:12:37 +0000 (15:12 +0100)
committerKyr Shatskyy <kyrylo.shatskyy@gmail.com>
Thu, 18 Oct 2018 22:52:44 +0000 (00:52 +0200)
commit46c7b3f33583337b66898297c4fca4b2f61c2080
treeba789fb91f02a203bd3ebebc474d8876e3f8ce69
parent5a262f7ef751e399f1838964a927eebb801bd7fe
openstack: upload absolute paths to remote teuthology machine

If any absolute paths are given on the teuthology-openstack command line,
assume they are local YAML files and upload them to the remote teuthology
machine before running teuthology-suite.

If the local YAML file (absolute path) is PATH, the remote
path will be /home/ubuntu/yaml/$PATH. The remote file is clobbered if
it already exists.

Fixes: https://github.com/SUSE/teuthology/issues/46
Fixes: https://github.com/SUSE/teuthology/issues/56
Signed-off-by: Nathan Cutler <ncutler@suse.com>
teuthology/openstack/__init__.py