]> git.apps.os.sepia.ceph.com Git - teuthology.git/commit
teuthology-openstack: strip out unicode tags for interim test repo yaml 1266/head
authorKyr Shatskyy <kyrylo.shatskyy@gmail.com>
Mon, 4 Mar 2019 18:18:10 +0000 (19:18 +0100)
committerKyr Shatskyy <kyrylo.shatskyy@gmail.com>
Wed, 13 Mar 2019 15:16:53 +0000 (16:16 +0100)
commita33e0e0bd4f7b2775199655ce5590720036a5049
tree13e51f686263e4a31c10ccf1d8e7e8a5f270512e
parent8533f177a7a01ccd44395a04e1a08ea87702bb75
teuthology-openstack: strip out unicode tags for interim test repo yaml

When json file loads from file for --test-repo it is converted
to u'' instead of bare str. Later yaml.dump includes unicode
tags in resulting yaml which makes teuthology-suite fail and
throw an exception.

Signed-off-by: Kyr Shatskyy <kyrylo.shatskyy@gmail.com>
teuthology/openstack/__init__.py