Commit Graph

8 Commits

Author SHA1 Message Date
Slawek Kaplonski 93a8b15840 Switch to 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: I9fd237292f7da50e60da398b1649001bf1829c66
2018-06-07 13:18:53 +02:00
Andreas Jaeger 6d64726f24 Avoid tox-install.sh
Instead of using tox-install.sh, we can install horizon and neutron
now directly from pypi - or use the current branch in CI system using
tox-siblings.

Update tox.ini for this change and add neutron to requirements file.

Change-Id: Ifb0890e6d287dc24a654ac47d23cd9e1d7fb830d
2018-03-14 21:41:48 +01:00
Ihar Hrachyshka 38784329a0 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-26 21:06:46 +00:00
Henry Gessau e8365acea0 Remove last vestiges of oslo-incubator
This is a community goal for Ocata.  We're already not using any of
the code, but there are some other files and references left over.

These files used to be installed from oslo-incubator:
  tools/install_venv.py
  tools/install_venv_common.py
  tools/with_venv.sh
They were meant to be used by the legacy run_tests.sh, which does not
exist in this repo.

Change-Id: Ib8758ee8c579b2d3a64f3d47611865ac14b3490f
Partial-Bug: #1639103
2016-11-03 22:39:20 -04:00
Armando Migliaccio ec235b038f Add bits to run neutron-lib periodic test successfully
Change-Id: Ie1b565c516e5c1bb9e4c6108b9a57f6912d5a81e
2016-11-02 14:41:28 -07:00
Gary Kotton dc8dead6b3 Fix subunit trace help
Fixes a typo.

proccesed => processed

TrivialFix

Change-Id: I875694210331bdb413611be9602315a84f12e7f9
2016-06-16 22:59:39 -07:00
Gary Kotton 4815ac254e Remove check_i18n files
The translations are done via the pep8 checks. This code is no
longer needed and very out of date.

TrivialFix

Change-Id: I4313fd049d40341b6480828819e84fadd4eb4060
2016-06-08 10:24:56 -07:00
vikram.choudhary 4ba80f3f1c Prepare initial sandbox for neutron-dynamic-routing
This patch-set prepares the basic code structure with all
the tools required for running static and unit tests.

Note: All the imported code from the seed repo is being removed
      temporarily and will be added after the required re-factoring
      needed as per the new repo in the subsequent patch-sets.

Co-Authored-By: Ryan Tidwell <ryan.tidwell@hpe.com>
Implements: blueprint bgp-spinout
Partial-Bug: #1560003

Change-Id: I9bff3d916279c4f335b309e7a2c2e943ac6f6cde
2016-04-23 04:11:57 +00:00