Commit Graph

7 Commits

Author SHA1 Message Date
Jacky Hu 0ddf87704b Remove obsolete gate hooks
As a follow up of I44002e46b5a56031520b7144b476d4514aa1e676,
which has removed testenv:py27integration from tox.

Change-Id: If7455da076cb9fc5650f710f2d1c97847c63bfaf
2018-08-21 22:21:48 +08:00
Michael Johnson 4fdadf64bb Remove tox_install
The tox_install script is not longer required, this patch removes it.

Change-Id: Ia291d99245160c2ba864ed63f99ee341523b7385
2018-03-14 21:03:05 +00:00
Michael Johnson 57f6f3c54d Move neutron-lbaas-dashboard zuulv3 config in repo
This is the start of the transition to native Zuul v3 support for
neutron-lbaas-dashboard.

Change-Id: Ife75c717d4ffb74d6ccf4bfc4cf24b769924b6d7
2017-11-01 14:20:33 -07:00
Jacky Hu a38108be62 Make it work with devstack
To avoid the "installation from path or url cannot be constrained to
a version" issue.

Change-Id: I64421b32b8c92b235cf61f1c7ceeb8879e4dbcb8
2017-07-06 11:55:21 +08:00
Dirk Mueller ed325793c9 Add Constraints support
Adding constraints support to libraries is slightly more complex than
services as the libraries themselves are listed in upper-constraints.txt
which leads to errors that you can't install a specific version and a
constrained version.

This change adds constraints support by also adding a helper script to
edit the constraints to remove neutron-lbaas-dashboard.

Change-Id: Id0a31c878f39355bcb8b2e4b67b0c17b161c8603
2016-12-20 14:35:05 +11:00
Mark Vanderwiel ca03ae860a Fix gate scripts to use script dir for sourcing commons
The gate job calls the hook scripts directly, without
changing the current directory.  So we need to source the
commons script from the hook script directory.
Also fix typo in screen dir env var name.

Change-Id: I2fb3759307035e63e6bec9c4f1cdf568e178ebb2
2016-03-09 11:06:03 -06:00
Mark Vanderwiel e221f7482a Adding integration test support
* Update requirements for selenium testing
* Add gate scripts
* Add draft integration test config and test stub
* Update tox for running integration tests

A patch for gate job is: I76ab460a110d93b0186ca126858f79ac9e89f09b

Change-Id: I5ca1bf7003a9882648cdfbeab21d2ada37b951f1
2016-02-23 14:54:45 -06:00