commit | 45eb6d6207321a8719fdc94cf95f53cd9d2a4997 | [log] [tgz] |
---|---|---|
author | Dimitrios Mavrommatis <dimitris@opennetworking.org> | Sun Dec 03 22:07:36 2017 -0800 |
committer | Dimitrios Mavrommatis <dimitris@opennetworking.org> | Sun Dec 03 22:07:36 2017 -0800 |
tree | 934a36aa8984ebd718c287a35cd17da0cce95b8e | |
parent | c53923a4881a219ac30eff54a7a718209a037929 [diff] [blame] |
fixed topic search
diff --git a/scripts/addDPN.sh b/scripts/addDPN.sh index 9a07776..9c77d37 100755 --- a/scripts/addDPN.sh +++ b/scripts/addDPN.sh
@@ -1,3 +1,4 @@ +#!/bin/bash curl -i --header "Content-type: application/json" --request POST -u onos:rocks --data '{ "dpns": [ { @@ -11,3 +12,4 @@ } ] }' 'http://localhost:8181/onos/restconf/data/ietf-dmm-fpcagent:tenants/tenant=default/fpc-topology' +./getTenants.sh \ No newline at end of file