From 48a68d781f78cb14356b0cd6379b828580a79b99 Mon Sep 17 00:00:00 2001 From: Keong Lim Date: Thu, 11 Apr 2019 14:38:02 +1000 Subject: AAI-2184 Robot testcases for BBS use case Dublin Update .gitignore for pydevproject file Update Robot testcases for CCVPN use case Casablanca Add assets and resources for BBS use case Dublin Add regression testsuite for Dublin Add subobject handling Add service-subscription sub-object Add service-instance sub-object Add metadatum sub-object Re-factor top-level classes as subobjects of network and business namespaces Updated filenames with csit prefix Needs the robot/library/ sub-directory of testsuite repo Change-Id: I9956da0b3a6c0bdf782ad486ea4680bc5460c406 Issue-ID: AAI-2184 Signed-off-by: Keong Lim --- .../assets/templates/aai/csit-vpn-binding.template | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 testsuite/robot/assets/templates/aai/csit-vpn-binding.template (limited to 'testsuite/robot/assets/templates/aai/csit-vpn-binding.template') diff --git a/testsuite/robot/assets/templates/aai/csit-vpn-binding.template b/testsuite/robot/assets/templates/aai/csit-vpn-binding.template new file mode 100644 index 0000000..8c6743f --- /dev/null +++ b/testsuite/robot/assets/templates/aai/csit-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