From 1c8e49b65c35f0e7549495d9a0b3c93a6ae2d6db Mon Sep 17 00:00:00 2001 From: Sumit Jamgade Date: Fri, 31 May 2019 10:20:26 +0200 Subject: [PATCH] designate: add tld 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