3f7f0bf189
The gate jobs have been timing out recently, which is causing them to fail. This patch skips some of the UTs inherited from the upstream ML2 test class, in an attempt to resolve this issue. This also updates references to stable/newton to reflect it's EOL status, and increase the test timeout. Change-Id: Ia34c8bfb5031145ec3b3531fe9c647dee14fb4f9 (cherry picked from commit41a5c5ff16
) (cherry picked from commit847c59a140
)
49 lines
1.9 KiB
Plaintext
49 lines
1.9 KiB
Plaintext
# The order of packages is significant, because pip processes them in the order
|
|
# of appearance. Changing the order has an impact on the overall integration
|
|
# process, which may cause wedges in the gate later.
|
|
|
|
-e git+https://git.openstack.org/openstack/neutron.git@newton-eol#egg=neutron
|
|
|
|
-e git+https://github.com/noironetworks/apicapi.git@master#egg=apicapi
|
|
|
|
-e git+https://github.com/noironetworks/python-opflex-agent.git@stable/newton#egg=python-opflexagent-agent
|
|
-e git+https://github.com/noironetworks/apic-ml2-driver.git@master#egg=apic_ml2
|
|
|
|
-e git+https://git.openstack.org/openstack/python-group-based-policy-client@stable/newton#egg=gbpclient
|
|
-e git+https://git.openstack.org/openstack/neutron-vpnaas@newton-eol#egg=neutron-vpnaas
|
|
-e git+https://git.openstack.org/openstack/neutron-lbaas@newton-eol#egg=neutron-lbaas
|
|
-e git+https://git.openstack.org/openstack/neutron-fwaas@newton-eol#egg=neutron-fwaas
|
|
hacking<0.12,>=0.11.0 # Apache-2.0
|
|
|
|
cliff>=1.15.0 # Apache-2.0
|
|
coverage>=3.6 # Apache-2.0
|
|
fixtures>=3.0.0 # Apache-2.0/BSD
|
|
httplib2>=0.7.5
|
|
mock>=2.0 # BSD
|
|
python-subunit>=0.0.18 # Apache-2.0/BSD
|
|
requests-mock>=1.0 # Apache-2.0
|
|
sphinx!=1.3b1,<1.3,>=1.2.1 # BSD
|
|
ordereddict
|
|
testrepository>=0.0.18 # Apache-2.0/BSD
|
|
testtools>=1.4.0 # MIT
|
|
testresources>=0.2.4 # Apache-2.0/BSD
|
|
testscenarios>=0.4 # Apache-2.0/BSD
|
|
WebTest>=2.0 # MIT
|
|
oslotest>=1.10.0 # Apache-2.0
|
|
os-testr>=0.7.0 # Apache-2.0
|
|
ddt>=1.0.1 # MIT
|
|
pylint==1.4.5 # GNU GPL v2
|
|
reno>=1.8.0 # Apache2
|
|
pyOpenSSL>=0.13.0,<=0.15.1
|
|
|
|
# Since version numbers for these are specified in
|
|
# https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt,
|
|
# they cannot be refernced as GIT URLs
|
|
python-heatclient
|
|
python-keystoneclient
|
|
|
|
# REVISIT: Until co-gating and/or stable branches are implemented for the
|
|
# aci-integration-module repo, it may be necessary to pin to a working
|
|
# commit.
|
|
-e git+https://github.com/noironetworks/aci-integration-module.git@master#egg=aci-integration-module
|