Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-06-04 | Make Validation groovy rules easier for testing | burdziak | 2 | -0/+258 | |
Issue-ID: AAI-2470 Change-Id: Ie28390f4ab3c9bd4f8e469812d6b19ecd82c2879 Signed-off-by: burdziak <olaf.burdziakowski@nokia.com> | |||||
2019-03-25 | Adding key_store_password to start script | Norm Traxl#!/bin/bash
# $1 is the IP address of the DRPS (Data Router Provisioning Server) mock server
curl -v -X PUT -d @- http://$1:1080/expectation << EOF
{
"httpRequest": {
"method": "GET",
"path": "/hello"
},
"httpResponse": {
"body": "Hello world!",
"statusCode": 200
}
}
EOF
|