Skip to content

Commit

Permalink
designate: add tld expected by designate-tempest-plugin (SOC-9342)
Browse files Browse the repository at this point in the history
designate smoke test try to create a zone and recordset however they
expect the tld to already exists. So creating one.
  • Loading branch information
Sumit Jamgade committed May 31, 2019
1 parent 2c78bf6 commit 1c8e49b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/qa_crowbarsetup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1c8e49b

Please sign in to comment.