Merge "Switch deployment and verify to custom yaml"

This commit is contained in:
Jenkins 2017-02-13 18:19:52 +00:00 committed by Gerrit Code Review
commit a1a5e6a079

View File

@ -17,10 +17,9 @@ import re
import shutil import shutil
import subprocess import subprocess
import yaml
from rally.common.i18n import _LE from rally.common.i18n import _LE
from rally.common import logging from rally.common import logging
from rally.common import yamlutils as yaml
from rally import exceptions from rally import exceptions
from rally.plugins.common.verification import testr from rally.plugins.common.verification import testr
from rally.plugins.openstack.verification.tempest import config from rally.plugins.openstack.verification.tempest import config