diff options
author | Shankaranarayanan Puzhavakath Narayanan <snarayanan@research.att.com> | 2020-01-24 14:52:46 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-01-24 14:52:46 +0000 |
commit | f3a485514f5947254b13655c5fa8177152d9c168 (patch) | |
tree | e455f3eb0ae8c7ccad2e0c171d0533551eca5155 /test/policy-local-files/vnfPolicy_vFW_TD.json | |
parent | 5ec202abafeec26c06e003c0bf51fd1769ac3468 (diff) | |
parent | 0f8d7692d2aad99c68d5ee0c59b20a75724b1ada (diff) |
Merge "Add passthrough attributes"
Diffstat (limited to 'test/policy-local-files/vnfPolicy_vFW_TD.json')
-rw-r--r-- | test/policy-local-files/vnfPolicy_vFW_TD.json | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/test/policy-local-files/vnfPolicy_vFW_TD.json b/test/policy-local-files/vnfPolicy_vFW_TD.json index 9a9cbe0..a471a77 100644 --- a/test/policy-local-files/vnfPolicy_vFW_TD.json +++ b/test/policy-local-files/vnfPolicy_vFW_TD.json @@ -35,7 +35,10 @@ "service_instance_id": { "get_param": "service_id" } + }, + "passthroughAttributes": { + "td-role": "destination" } }] } -}
\ No newline at end of file +} |