mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-24 15:36:27 +00:00
Document integration provider dependencies
This commit is contained in:
parent
bd7675bedf
commit
d6e504d388
2 changed files with 8 additions and 1 deletions
|
@ -1,2 +1,7 @@
|
||||||
EC2
|
EC2
|
||||||
---
|
---
|
||||||
|
|
||||||
|
Dependencies
|
||||||
|
~~~~~~~~~~~~
|
||||||
|
The host machine running the integration tests must have the python package
|
||||||
|
``boto`` installed (``>= 2.14.0``).
|
||||||
|
|
|
@ -4,4 +4,6 @@ Virtualbox
|
||||||
|
|
||||||
Dependencies
|
Dependencies
|
||||||
~~~~~~~~~~~~
|
~~~~~~~~~~~~
|
||||||
vboxapi 1.0
|
VirtualBox itself is required on the machine that is
|
||||||
|
running the integration tests. The same machine also needs to
|
||||||
|
have python package ``vboxapi`` (``>=1.0``) installed.
|
||||||
|
|
Loading…
Add table
Reference in a new issue