From d6e504d3887b1db26df59111afb5d6ea2408159f Mon Sep 17 00:00:00 2001 From: Anders Ingemann Date: Sun, 13 Dec 2015 19:25:46 +0100 Subject: [PATCH] Document integration provider dependencies --- tests/integration/providers/ec2/README.rst | 5 +++++ tests/integration/providers/virtualbox/README.rst | 4 +++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/tests/integration/providers/ec2/README.rst b/tests/integration/providers/ec2/README.rst index 63c9e3b..41bfe9c 100644 --- a/tests/integration/providers/ec2/README.rst +++ b/tests/integration/providers/ec2/README.rst @@ -1,2 +1,7 @@ EC2 --- + +Dependencies +~~~~~~~~~~~~ +The host machine running the integration tests must have the python package +``boto`` installed (``>= 2.14.0``). diff --git a/tests/integration/providers/virtualbox/README.rst b/tests/integration/providers/virtualbox/README.rst index 9eb9e11..96f2bf0 100644 --- a/tests/integration/providers/virtualbox/README.rst +++ b/tests/integration/providers/virtualbox/README.rst @@ -4,4 +4,6 @@ Virtualbox 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.