1d9db807b4
This commit adds kuryr base test class and dummy test. It also modifies the requirements to add kubernetes. Change-Id: I742f6ec32d38ad13ed37c5e5a2a94a4f15ddc080
14 lines
434 B
Plaintext
14 lines
434 B
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.
|
|
|
|
pbr>=1.6 # Apache-2.0
|
|
|
|
oslotest>=1.10.0 # Apache-2.0
|
|
os-testr>=0.4.1 # Apache-2.0
|
|
six>=1.9.0 # MIT
|
|
tempest>=12.2.0 # Apache-2.0
|
|
testrepository>=0.0.18 # Apache-2.0/BSD
|
|
testtools>=1.4.0 # MIT
|
|
kubernetes==2.0.0 # Apache-2.0
|