From c064258886e7fa933a07c16456d14e0fa893786d Mon Sep 17 00:00:00 2001 From: Nate Johnston Date: Thu, 24 Mar 2016 10:20:18 -0400 Subject: [PATCH] Note fullstack depends on released neutronclient Note in TESTING.rst that fullstack tests that depend on changes to python-neutronclient to execute need to wait until there is a released version of python-neutronclient before they will work in the gate. Change-Id: I1d32c65f0c941cf8f163a441258faa34b50ff88f --- TESTING.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/TESTING.rst b/TESTING.rst index 06a16a0c00f..d3885595511 100644 --- a/TESTING.rst +++ b/TESTING.rst @@ -241,6 +241,16 @@ databases, so can a RabbitMQ server serve multiple messaging domains. Exchanges and queues in one 'vhost' are segmented from those in another 'vhost'. +Please note that if the change you would like to test using fullstack tests +involves a change to python-neutronclient as well as neutron, then you should +make sure your fullstack tests are in a separate third change that depends on +the python-neutronclient change using the 'Depends-On' tag in the commit +message. You will need to wait for the next release of python-neutronclient, +and a minimum version bump for python-neutronclient in the global requirements, +before your fullstack tests will work in the gate. This is because tox uses +the version of python-neutronclient listed in the upper-constraints.txt file in +the openstack/requirements repository. + When? +++++