Commit Graph

13 Commits

Author SHA1 Message Date
Hongbin Lu d9523c7afe Update docs and scripts for using python3
Python2 is deprecated so we need to switch to python3

Change-Id: Id9158df88f0b6ed0c071994bf0aa240063ac6761
2020-02-17 16:15:11 +00:00
Hongbin Lu 755e7c0c48 Fix an issue on running subset of tests
It broke after the switching to stestr [1] since stestr doesn't
have the --regex arguments.

[1] https://review.openstack.org/#/c/571471/

Change-Id: Ied13d3c370bba2a18cd54edae0dc80050e87f07e
Closes-Bug: #1800387
2018-10-29 03:21:59 +00:00
Chuck Short 5b31188bd2 Switch to using stestr
According to Openstack summit session [1] stestr
is maintained project to which all Openstack projects should migrate.
Let's switch it then.

[1] https://etherpad.openstack.org/p/YVR-python-pti

Change-Id: I93718ec3a72ac560aca4c9c84d1ac6078adbe090
Signed-off-by: Chuck Short <chucks@redhat.com>
2018-07-24 10:36:15 -04:00
Hongbin Lu 47a4d9a339 Support running subset of unit tests
Change-Id: I1d5a2fe244081a33ebb1741cb4872d43e84c299b
Closes-Bug: #1766012
2018-04-21 20:31:41 +00:00
Ihar Hrachyshka 6fba95f424 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:47:15 -07:00
Antoni Segura Puimedon ab74856557
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: I558c1dbb2730ef41d3ec7d211f6079f051b53b6d
Signed-off-by: Antoni Segura Puimedon <antonisp@celebdor.com>
2016-09-27 11:22:55 +02:00
Dongcan Ye 9a78460ffd Fix wrong package install
Running "tox -e py27" for UT, tox install kuryr in
tox_install.sh, meanwhile install kuryr-lib by requirements.txt.

Closes-bug: #1625523
Change-Id: I357ec58b229999848762fcb68490f821b8f0914b
2016-09-20 14:40:28 +00:00
Antoni Segura Puimedon 7d2133d250
tools: config_file_generation
With the advent of this tool. Generating the config for local usage and
packaging will be much simpler.

Closes-bug: #1619252
Change-Id: I95f8f0ec76fb8a75153f6dac12c6ec1d2f485e8b
Signed-off-by: Antoni Segura Puimedon <antonisp@celebdor.com>
2016-09-01 13:33:31 +02:00
vikaschoudhary16 f012544988 Update setup.cfg for kuryr-libnetwork
This patch updates setup.cfg for kuryr-libnetwork.

Partially Implements blueprint common-code-drop

Change-Id: I24b1a38717eaa5706341e2b0ad10791904cfb155
2016-07-27 15:33:29 +05:30
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