aboutsummaryrefslogtreecommitdiffstats
path: root/sanitycheck/dmaap-simulator/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sanitycheck/dmaap-simulator/Makefile')
-rw-r--r--sanitycheck/dmaap-simulator/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/sanitycheck/dmaap-simulator/Makefile b/sanitycheck/dmaap-simulator/Makefile
index af8f162..27aedcd 100644
--- a/sanitycheck/dmaap-simulator/Makefile
+++ b/sanitycheck/dmaap-simulator/Makefile
@@ -21,3 +21,8 @@ get-data:
@echo "##### Get data fetched by dmaap-simulator #####\n"
curl -i -H "Accept: application/json" -H "Content-Type: application/json" -X GET http://localhost:3904/events
@echo "\n\n##### DONE #####"
+
+clean-data:
+ @echo "##### Clean data saved by dmaap-simulator #####\n"
+ curl -i -H "Accept: application/json" -H "Content-Type: application/json" -X DELETE http://localhost:3904/events
+ @echo "\n\n##### DONE #####"