From bdcee2df4617418c2e570fd43a0d4bd7225d7726 Mon Sep 17 00:00:00 2001 From: Sumit Jamgade Date: Fri, 31 May 2019 10:20:26 +0200 Subject: [PATCH] designate: add tld as expected by designate-tempest-plugin (SOC-9342) designate smoke test try to create a zone and recordset however they expect the tld to already exists. So creating one. --- scripts/qa_crowbarsetup.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/qa_crowbarsetup.sh b/scripts/qa_crowbarsetup.sh index 3b3ed53079..45d8efccfc 100644 --- a/scripts/qa_crowbarsetup.sh +++ b/scripts/qa_crowbarsetup.sh @@ -4130,6 +4130,7 @@ function oncontroller_testsetup # Run Tempest Smoketests if configured to do so tempestret=0 if [[ $want_tempest = 1 ]]; then + openstack tld create --name com # needed by designate-template-plugin smoke test oncontroller_run_tempest tempestret=$? fi