summaryrefslogtreecommitdiffstats
path: root/test/env-setup
diff options
context:
space:
mode:
authorKenny Woodson <kwoodson@redhat.com>2014-12-18 13:22:41 -0500
committerKenny Woodson <kwoodson@redhat.com>2014-12-18 13:22:41 -0500
commitcf1b6517343189451bbfd64564e0fa3b2f346023 (patch)
treec344c448fbe72531d6ae0ea5dd194ad62375a8f9 /test/env-setup
parent164094a4adddc767f894b6b42c9ceff0d4bae19e (diff)
parent2d7624e4f06cb053487059989def7b8b647b57a0 (diff)
downloadopenshift-cf1b6517343189451bbfd64564e0fa3b2f346023.tar.gz
openshift-cf1b6517343189451bbfd64564e0fa3b2f346023.tar.bz2
openshift-cf1b6517343189451bbfd64564e0fa3b2f346023.tar.xz
openshift-cf1b6517343189451bbfd64564e0fa3b2f346023.zip
Merge pull request #42 from kwoodson/test
Adding unittests for multi_ec2.
Diffstat (limited to 'test/env-setup')
-rw-r--r--test/env-setup8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/env-setup b/test/env-setup
new file mode 100644
index 000000000..156593571
--- /dev/null
+++ b/test/env-setup
@@ -0,0 +1,8 @@
+#!/bin/bash
+
+CUR_PATH=$(pwd)
+
+PREFIX_PYTHONPATH=$CUR_PATH/inventory/
+
+
+export PYTHONPATH=$PREFIX_PYTHONPATH:$PYTHONPATH