Step 2: Move test folder to root
[integration/test.git] / csit / variables / ovsdb / create_router.json
1 {
2   "router": {
3     "status": "ACTIVE",
4     "external_gateway_info": null,
5     "name": "rtr1",
6     "gw_port_id": null,
7     "admin_state_up": true,
8     "routes": [],
9     "tenant_id": "{tntId}",
10     "distributed": false,
11     "id": "{rtrId}"
12   }
13 }