From d277bac1dd8bd64be562cf6dda8dd14f460c8c19 Mon Sep 17 00:00:00 2001 From: chenhb-zte Date: Fri, 3 Feb 2017 09:29:36 +0800 Subject: [PATCH] Switch deployment and verify to custom yaml Custom yaml could deprecate duplicate key, so we switch deployment and verify to custom yaml, we can check the yaml files. Change-Id: I455d60e29acac90c86aef241fa9be2edb99b58b7 --- rally/plugins/openstack/verification/tempest/manager.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/rally/plugins/openstack/verification/tempest/manager.py b/rally/plugins/openstack/verification/tempest/manager.py index 323275af..6cc2c689 100644 --- a/rally/plugins/openstack/verification/tempest/manager.py +++ b/rally/plugins/openstack/verification/tempest/manager.py @@ -17,10 +17,9 @@ import re import shutil import subprocess -import yaml - from rally.common.i18n import _LE from rally.common import logging +from rally.common import yamlutils as yaml from rally import exceptions from rally.plugins.common.verification import testr from rally.plugins.openstack.verification.tempest import config