diff options
author | shashikanth.vh <shashikanth.vh@huawei.com> | 2018-09-07 14:38:22 +0530 |
---|---|---|
committer | shashikanth.vh <shashikanth.vh@huawei.com> | 2018-09-07 17:24:17 +0530 |
commit | 55b429cfc73802e3e52fa2f3864ecc4cdd552728 (patch) | |
tree | 5eee99f5b0b7e039ea0250d5549ca25aae74fd04 /platform-logic/generic-resource-api/src/main/resources | |
parent | db323d0fa39eabc03faf8c803876da5f87079e58 (diff) |
integration test issues fix for sdwan and sotn
Change-Id: I406550404f0cfb661d6e480cf1df48d39fad06e7
Issue-ID: SDNC-357
Signed-off-by: shashikanth.vh <shashikanth.vh@huawei.com>
Former-commit-id: 3e4fa46160a5d6d52bb7eccf08dbb790d96a4682
Diffstat (limited to 'platform-logic/generic-resource-api/src/main/resources')
-rwxr-xr-x | platform-logic/generic-resource-api/src/main/resources/graph.versions | 31 |
1 files changed, 30 insertions, 1 deletions
diff --git a/platform-logic/generic-resource-api/src/main/resources/graph.versions b/platform-logic/generic-resource-api/src/main/resources/graph.versions index 52fe79c6..e8f26f76 100755 --- a/platform-logic/generic-resource-api/src/main/resources/graph.versions +++ b/platform-logic/generic-resource-api/src/main/resources/graph.versions @@ -189,4 +189,33 @@ GENERIC-RESOURCE-API sdwan-network-topology-operation-activate ${project.version GENERIC-RESOURCE-API sdwan-network-topology-operation-create ${project.version} sync GENERIC-RESOURCE-API sdwan-network-topology-operation-deactivate ${project.version} sync GENERIC-RESOURCE-API sdwan-network-topology-operation-delete ${project.version} sync -GENERIC-RESOURCE-API validate-sdwan-network-input-parameters ${project.version} sync
\ No newline at end of file +GENERIC-RESOURCE-API validate-sdwan-network-input-parameters ${project.version} sync +GENERIC-RESOURCE-API sdwan-get-tenant-auth ${project.version} sync +GENERIC-RESOURCE-API sdwan-attachment-topology-operation-activate ${project.version} sync +GENERIC-RESOURCE-API sdwan-attachment-topology-operation-create ${project.version} sync +GENERIC-RESOURCE-API sdwan-attachment-topology-operation-deactivate ${project.version} sync +GENERIC-RESOURCE-API sdwan-attachment-topology-operation-delete ${project.version} sync +GENERIC-RESOURCE-API sdwan-get-device-param ${project.version} sync +GENERIC-RESOURCE-API sdwan-get-saved-ar-param ${project.version} sync +GENERIC-RESOURCE-API sdwan-get-wan-param ${project.version} sync +GENERIC-RESOURCE-API sdwan-vnf-topology-operation-device-activate ${project.version} sync +GENERIC-RESOURCE-API sdwan-vnf-topology-operation-device-create ${project.version} sync +GENERIC-RESOURCE-API sdwan-vnf-topology-operation-device-deactivate ${project.version} sync +GENERIC-RESOURCE-API sdwan-vnf-topology-operation-device-delete ${project.version} sync +GENERIC-RESOURCE-API sdwan-vnf-topology-operation-wanport-activate ${project.version} sync +GENERIC-RESOURCE-API sdwan-vnf-topology-operation-wanport-create ${project.version} sync +GENERIC-RESOURCE-API sdwan-vnf-topology-operation-wanport-deactivate ${project.version} sync +GENERIC-RESOURCE-API sdwan-vnf-topology-operation-wanport-delete ${project.version} sync +GENERIC-RESOURCE-API sdwan-wanport-vnf-topology-operation-underlay ${project.version} sync + + + + + + + + + + + + |