aboutsummaryrefslogtreecommitdiffstats
path: root/framework/src/onos/tools/test/configs/sample-basic.json
diff options
context:
space:
mode:
Diffstat (limited to 'framework/src/onos/tools/test/configs/sample-basic.json')
-rw-r--r--framework/src/onos/tools/test/configs/sample-basic.json54
1 files changed, 0 insertions, 54 deletions
diff --git a/framework/src/onos/tools/test/configs/sample-basic.json b/framework/src/onos/tools/test/configs/sample-basic.json
deleted file mode 100644
index 73cbd305..00000000
--- a/framework/src/onos/tools/test/configs/sample-basic.json
+++ /dev/null
@@ -1,54 +0,0 @@
-{
- "devices": {
- "of:0000000000000009": {
- "basic": {
- "allowed": true,
- "owner": "Luigi"
- }
- },
- "of:0000000000000008": {
- "basic": {
- "name": "NameChange",
- "allowed": true,
- "owner": "Mario"
- }
- },
- "of:0000000000000007": {
- "basic": {
- "allowed": true,
- "owner": "Peach",
- "latitude": "25"
- }
- },
- "of:0000000000000003": {
- "basic": {
- "allowed": true,
- "owner": "Wario"
- }
- }
- },
- "links": {
- "of:0000000000000006/2-of:0000000000000007/2": {
- "basic": {
- "allowed": true
- }
- }
- },
- "hosts": {
- "00:00:00:00:00:03/-1": {
- "basic": {
- "allowed": false
- }
- },
- "00:00:00:00:00:02/-1": {
- "basic": {
- "allowed": false
- }
- },
- "00:00:00:00:00:01/-1": {
- "basic": {
- "allowed": false
- }
- }
- }
-} \ No newline at end of file