Commit Graph

8 Commits

Author SHA1 Message Date
Andreas Jaeger d317ab8c30 Avoid tox_install.sh for constraints support
We do not need tox_install.sh, pip can handle constraints itself
and install the project correctly. Thus update tox.ini and remove
the now obsolete tools/tox_install.sh file.

This follows https://review.openstack.org/#/c/508061 to remove
tools/tox_install.sh.

Change-Id: I12fe30e11c7462b6cada89b12946c0cd6fae1607
2017-12-20 11:44:10 +01:00
Ihar Hrachyshka df8fe545bd Remove subunit-trace fork
This makes tox use the latest version of the tool from os-testr repo,
which contains some valuable changes, like the one making the gate
fail if for some reason no tests are executed because all of them are
skipped.

Change-Id: If88be4b310d746ccc885e3d0c1db8a4dfabb2a28
2017-04-06 11:36:38 -07:00
Liping Mao 98e27df5d7 All kuryr-lib CI failed since kuryr-lib add in upper-constraints.txt
Since the kuryr-lib itself is in upper-constraints.txt now, in CI job,
we should remove it from the constraints file before applying it,
otherwise pip will fail due to kuryr-lib version conflict.

Change-Id: Idf66b41809ca6b8860b68c96faa70021dcc88760
Closes-bug: #1631824
2016-10-10 10:29:55 +08:00
Antoni Segura Puimedon e17ecd5b45
tox: Install like other OpenStack projects
We had tools/tox_install.sh for the case we could depend on neutron
which was not on pypi. In the end, we depend only on
python-neutronclient and as such, this workaround is not necessary and
only makes tox slower.

Change-Id: I2df023d97dfb6bbd4b987e98a42b548fc498b237
Signed-off-by: Antoni Segura Puimedon <antonisp@celebdor.com>
2016-09-27 15:51:54 +02:00
bailinzhang 098c313c94 Correct some misspell words in Kuryr
Correct some misspell words.
Such as:happend,adddress,represted,vavule,Prefered,proccesed.

Change-Id: I71209d67fec6f27ed2909b211bc4060ca0ba3181
Closes-Bug: #1591660
2016-06-19 09:00:45 +00:00
Gal Sagie 4992cf884b Make sure correct branch of Neutron is pulled on testing
Taken from https://review.openstack.org/#/c/255642/1

Change-Id: Ibba96c830c9620ac2641e761d1023d80dea5e84f
Author: Aaron Rosen <aaronorosen@gmail.com>
2015-12-12 20:12:34 +02:00
Gal Sagie cf848f967d Stop unneeded cloning of Neutron during CI
Allow the Zuul "Depends-On" to work better.
Adopting the solution developed by Doug Wiegley for LBaaS:
c61f920f2a54fd829ee37484b3743ab77b909847

Closes-Bug: #1492882
Change-Id: I7505a8b2ace94a0fe0b438e346011482932a339a
2015-09-08 11:07:11 +00:00
Gal Sagie c98b0a5cbd Initial template commit
Depends-On: I39db2918ea277b939f67d3c856f52bd53c226f27
Change-Id: Iea544d90ae617abbcc6087d558d3fd38fca61a8c
2015-07-15 10:00:44 +03:00