Skip to content

Commit

Permalink
designate: add tld as 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 Jul 12, 2019
1 parent 886d865 commit 1b2e4cc
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 @@ -4125,6 +4125,7 @@ function oncontroller_testsetup
theport=$(openstack port create --network fixed --dns-name iamgroot thanos -f value -c id)
openstack floating ip create floating --port $theport
wait_for 30 5 "nslookup iamgroot.openstack.local >> /dev/null" "thanos port is nslookup-able"
[ $want_tempest = 1 ] && openstack tld create --name com # needed by designate-template-plugin smoke test
fi
# Run Tempest Smoketests if configured to do so
Expand Down

0 comments on commit 1b2e4cc

Please sign in to comment.