From 3a5d947fa699385b8180c890e96fe67e4a5c1905 Mon Sep 17 00:00:00 2001 From: Keong Lim Date: Mon, 4 Mar 2019 17:15:06 +1100 Subject: AAI-2208 Add robot test cases for CCVPN use case Testing of AAI in CSIT-style regression tests Testing of connectivities in AAI for CCVPN use case Ignore project file of RED tool Expand AAI properties to distinguish different AAI versions Fix bugs in aai_interface.robot Change-Id: Ie459e29aeb44840989360dd2da6858096fcfd358 Issue-ID: AAI-2208 Signed-off-by: Keong Lim --- .../assets/templates/aai/add-connectivity.template | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 robot/assets/templates/aai/add-connectivity.template (limited to 'robot/assets') diff --git a/robot/assets/templates/aai/add-connectivity.template b/robot/assets/templates/aai/add-connectivity.template new file mode 100644 index 00000000..a693b208 --- /dev/null +++ b/robot/assets/templates/aai/add-connectivity.template @@ -0,0 +1,21 @@ +{ + "connectivity-id": "${connectivity_id}", + "bandwidth-profile-name": "", + "vpn-type": "", + "cir": "", + "eir": "", + "cbs": "", + "ebs": "", + "color-aware": "", + "coupling-flag": "", + "etht-svc-name": "", + "access-provider-id": "", + "access-client-id": "", + "access-topology-id": "", + "access-node-id": "", + "access-ltp-id": "", + "connectivity-selflink": "", + "cvlan": "", + "operational-status": "", + "resource-version": "" +} -- cgit 1.2.3-korg