summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorRob Crittenden <rcritten@redhat.com>2015-02-26 22:33:20 -0500
committerSimo Sorce <simo@redhat.com>2015-02-27 16:14:51 -0500
commitfdfec436d3bccad9a2c165fccd4ad5de3d764c71 (patch)
treeac5235f12ca2f00c6e5c1b879ea31da9b1061408 /Makefile
parent9d7e67b2034f52353ece73be072c0521402712aa (diff)
downloadipsilon-fdfec436d3bccad9a2c165fccd4ad5de3d764c71.tar.gz
ipsilon-fdfec436d3bccad9a2c165fccd4ad5de3d764c71.tar.xz
ipsilon-fdfec436d3bccad9a2c165fccd4ad5de3d764c71.zip
Add test for REST Service Provider GET and POST
Provision two Service Providers then test: - We can fetch a blank list of SPs - Add an SP via the admin interface - We get list of all SPs and that is it - Add an SP via POST - We get list of all SPs and now there are two - We get a specific SP and confirm we got the right one. https://fedorahosted.org/ipsilon/ticket/26 Signed-off-by: Rob Crittenden <rcritten@redhat.com> Reviewed-by: Simo Sorce <simo@redhat.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index f527641..4cc215c 100644
--- a/Makefile
+++ b/Makefile
@@ -59,6 +59,7 @@ wrappers:
tests: wrappers
PYTHONPATH=./ ./tests/tests.py --test=test1
PYTHONPATH=./ ./tests/tests.py --test=testlogout
+ PYTHONPATH=./ ./tests/tests.py --test=testrest
PYTHONPATH=./ ./tests/tests.py --test=attrs
PYTHONPATH=./ ./tests/tests.py --test=trans
PYTHONPATH=./ ./tests/tests.py --test=pgdb