summaryrefslogtreecommitdiff
path: root/tests/pjsua/mod_run.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pjsua/mod_run.py')
-rw-r--r--tests/pjsua/mod_run.py11
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/pjsua/mod_run.py b/tests/pjsua/mod_run.py
new file mode 100644
index 0000000..4f2964a
--- /dev/null
+++ b/tests/pjsua/mod_run.py
@@ -0,0 +1,11 @@
+# $Id: mod_run.py 2078 2008-06-27 21:12:12Z nanang $
+import imp
+import sys
+
+from inc_cfg import *
+
+# Read configuration
+cfg_file = imp.load_source("cfg_file", ARGS[1])
+
+# Here where it all comes together
+test = cfg_file.test_param