diff options
author | 2021-04-13 11:21:40 +0200 | |
---|---|---|
committer | 2021-04-13 12:56:08 +0000 | |
commit | 6b9990df40f2fac4184ae40fe4d0b441241da712 (patch) | |
tree | a316a8d1823951c5216f3dd9bf2bd32c772d4414 /sanitycheck/dmaap-simulator/Makefile | |
parent | 5e002f8d0219cc4f306d2f26708098fb84dc1218 (diff) |
Update sanitycheck
Add new tests and update dmaap-simulator
Signed-off-by: Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com>
Issue-ID: INT-1869
Change-Id: Ibaba12467983d20e95015ed09964367a2baf81b0
Diffstat (limited to 'sanitycheck/dmaap-simulator/Makefile')
-rw-r--r-- | sanitycheck/dmaap-simulator/Makefile | 5 |
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 #####" |