diff options
Diffstat (limited to 'test/csit/scripts/dmaap-buscontroller/init-mock-mrc.sh')
-rwxr-xr-x | test/csit/scripts/dmaap-buscontroller/init-mock-mrc.sh | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/test/csit/scripts/dmaap-buscontroller/init-mock-mrc.sh b/test/csit/scripts/dmaap-buscontroller/init-mock-mrc.sh deleted file mode 100755 index 75c1a419a..000000000 --- a/test/csit/scripts/dmaap-buscontroller/init-mock-mrc.sh +++ /dev/null @@ -1,17 +0,0 @@ -#!/bin/bash - -# $1 is the IP address of the MRC (MR Central) mock server - -curl -v -X PUT -d @- http://$1:1080/expectation << EOF -{ - "httpRequest": { - "method": "GET", - "path": "/hello" - }, - "httpResponse": { - "body": "Hello world!", - "statusCode": 200 - } -} -EOF - |