b0e8e0f478
- Setting up a runtime environment - Add to Zuul 'check' and 'gate' pipeline - Validate concepts: 1) List a few unit tests successfully 2) Execute a few simple tests successfully (pass or fail) 3) Generate docsbuild successfully - Each UC will have their own test suite and test cases and will be handled seperately - add compute-utility deployment into the gate - add logging collector of primary - add false / positive test cases - add unit-test and feature-test gates Change-Id: I55a0dcf440e9694b041d5fb8eb75bd6f4adb8913
13 lines
466 B
Plaintext
13 lines
466 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.
|
|
|
|
# When modifying this file `tox -e freeze-req` must be run to regenerate the requirements-frozen.txt.
|
|
coverage==4.5.1
|
|
kubeconfig==1.0.1
|
|
kubernetes==10.0.1
|
|
oslo.config==6.7.0 # Apache-2.0
|
|
oslo.log==3.40.1 # Apache-2.0
|
|
pbr==3.1.1
|
|
stestr==2.1.1 # Apache-2.0
|