From eff1eab948cd5624477e56c65db01104f87e7c96 Mon Sep 17 00:00:00 2001 From: Keong Lim Date: Tue, 19 Mar 2019 15:44:35 +1100 Subject: AAI-2208 Robot tests for CCVPN and relationships Add relationship to relationship-list Add vpn-binding keywords Update connectivity keywords Update test cases to relate connectivity to vpn-binding and vice-versa Change-Id: Id23f4603f0df47e737adf481d8b6308a64936ba0 Issue-ID: AAI-2208 Signed-off-by: Keong Lim --- robot/assets/templates/aai/add-vpn-binding.template | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 robot/assets/templates/aai/add-vpn-binding.template (limited to 'robot/assets/templates/aai/add-vpn-binding.template') diff --git a/robot/assets/templates/aai/add-vpn-binding.template b/robot/assets/templates/aai/add-vpn-binding.template new file mode 100644 index 00000000..8c6743fe --- /dev/null +++ b/robot/assets/templates/aai/add-vpn-binding.template @@ -0,0 +1,18 @@ +{ + "vpn-id": "${vpn_id}", + "vpn-name": "", + "vpn-platform": "", + "vpn-type": "", + "vpn-region": "", + "customer-vpn-id": "", + "route-distinguisher": "", + "access-provider-id": "", + "access-client-id": "", + "access-topology-id": "", + "src-access-node-id": "", + "src-access-ltp-id": "", + "dst-access-node-id": "", + "dst-access-ltp-id": "", + "operational-status": "", + "resource-version": "" +} \ No newline at end of file -- cgit 1.2.3-korg