Add template for testing review or branch
This change adds instructions on how to test a Gerrit change or a particular branch. Change-Id: Iae8e7b3803c6e7d7d6f95a1c7a2b02f79373f06e Signed-off-by: Nicolas Bock <nicolas.bock@canonical.com>
This commit is contained in:
parent
1ea6d44a51
commit
9bdc4a69aa
@ -16,6 +16,14 @@ HOST_IP=$SERVICE_HOST
|
||||
VERBOSE=True
|
||||
LOG_COLOR=True
|
||||
|
||||
# Test a Gerrit Review
|
||||
# DESIGNATE_REPO=https://review.opendev.org/openstack/designate
|
||||
# DESIGNATE_BRANCH=refs/changes/41/765541/1
|
||||
|
||||
# Test a particular branch
|
||||
# DESIGNATE_REPO=https://opendev.org/openstack/designate.git
|
||||
# DESIGNATE_BRANCH=stable/stein
|
||||
|
||||
# Disable all services except core ones
|
||||
disable_all_services
|
||||
enable_service rabbit mysql key
|
||||
|
Loading…
Reference in New Issue
Block a user