78b27e3e60
1. Move setup_docker.sh to tools directory 2. Make a setup_gate.sh that installs necessary packages including docker and starts docker. 3. Add logging output. 4. Add default test timeout of 2 hours. 5. Add user to the docker group before running test cases. 6. Run image build as dockerroot group. This patch has to be one commit to fix the gate in one go. Co-Authored-By: Steven Dake <stdake@cisco.com> Change-Id: I83f3cdb1dabf0dfface589c581cb22c155467acc
16 lines
397 B
Plaintext
16 lines
397 B
Plaintext
oslo.log>=1.0.0 # Apache-2.0
|
|
oslotest>=1.5.1 # Apache-2.0
|
|
PyYAML
|
|
python-barbicanclient>=3.0.1
|
|
python-ceilometerclient>=1.0.6
|
|
python-cinderclient>=1.1.0
|
|
python-glanceclient>=0.15.0
|
|
python-heatclient>=0.3.0
|
|
python-keystoneclient>=1.1.0
|
|
python-neutronclient>=2.3.11,<3
|
|
python-novaclient>=2.18.0,!=2.21.0
|
|
python-swiftclient>=2.2.0
|
|
testrepository>=0.0.18
|
|
testscenarios>=0.4
|
|
testtools>=0.9.36,!=1.2.0
|