From 353f3c62c3dc95db471a2b23fcd90d6071542362 Mon Sep 17 00:00:00 2001 From: Petr Viktorin Date: Tue, 28 May 2013 13:31:37 +0200 Subject: Add a framework for integration testing Add methods to run commands and copy files to Host objects. Adds a base class for integration tests which can currently install and uninstall IPA in a "star" topology with per-test specified number of hosts. A simple test for user replication between two masters is provided. Log files from the remote hosts can be marked for collection, but the actual collection is left to a Nose plugin. Part of the work for: https://fedorahosted.org/freeipa/ticket/3621 --- freeipa.spec.in | 1 + 1 file changed, 1 insertion(+) (limited to 'freeipa.spec.in') diff --git a/freeipa.spec.in b/freeipa.spec.in index a734bda66..b0beb16a4 100644 --- a/freeipa.spec.in +++ b/freeipa.spec.in @@ -300,6 +300,7 @@ Requires: python-nose Requires: python-paste Requires: python-coverage Requires: python-polib +Requires: python-paramiko >= 1.10.1 %description tests IPA is an integrated solution to provide centrally managed Identity (machine, -- cgit