summaryrefslogtreecommitdiffstats
path: root/test/dummy_test_dummy.py
diff options
context:
space:
mode:
authorSastry Isukapalli <sastry@research.att.com>2018-02-19 01:29:26 -0500
committerSastry Isukapalli <sastry@research.att.com>2018-02-19 01:29:40 -0500
commit1a1852eb578debd53fb8cfc22de073b14aebdb5a (patch)
treedab2a5bf04aec7ea67cb669937b43ec80630b1d4 /test/dummy_test_dummy.py
parentde18d2d3235e7c7a8fde000fff6ae426d132788a (diff)
Adding/updating copyrights plus some unittests
Issue-ID: OPTFRA-96 Change-Id: Ica36e3cd90a87f97b6749500c00d7097c37abe39 Signed-off-by: Sastry Isukapalli <sastry@research.att.com>
Diffstat (limited to 'test/dummy_test_dummy.py')
-rw-r--r--test/dummy_test_dummy.py14
1 files changed, 0 insertions, 14 deletions
diff --git a/test/dummy_test_dummy.py b/test/dummy_test_dummy.py
deleted file mode 100644
index dc46d50..0000000
--- a/test/dummy_test_dummy.py
+++ /dev/null
@@ -1,14 +0,0 @@
-import osdf
-# import osdfapp
-from osdf.config.loader import load_config_file
-
-
-def test_dummy():
- """Generate time constraints from cm-request.json and cm-policy-response.json"""
- try:
- load_config_file("DUMMY")
- except:
- pass
- return 1
-
-