summaryrefslogtreecommitdiffstats
path: root/aai-core/src/test/resources/bundleconfig-local/etc/queryformarts/resource_and_url-format.json
diff options
context:
space:
mode:
authorThreefoot, Jane (jt6620) <jt6620@att.com>2017-09-08 09:34:19 -0400
committerThreefoot, Jane (jt6620) <jt6620@att.com>2017-09-08 15:43:41 -0400
commitf94c995d4d2b5ffd7f7fa7cf6ec10cdcbf4932a7 (patch)
treeb55fd1ba04576abec768823c4dad9f4a800909e2 /aai-core/src/test/resources/bundleconfig-local/etc/queryformarts/resource_and_url-format.json
parent6042ff29f5f1f00b537f4b92e7aeeded13810545 (diff)
EdgeRules throws descriptive error on invalid rule
Also added test coverage, including refactoring of test resources to simplify test suites. Issue-ID: AAI-277 Change-Id: Ibfdc81342a139d121740f10bccc66a7420b61945 Signed-off-by: Threefoot, Jane (jt6620) <jt6620@att.com>
Diffstat (limited to 'aai-core/src/test/resources/bundleconfig-local/etc/queryformarts/resource_and_url-format.json')
-rw-r--r--aai-core/src/test/resources/bundleconfig-local/etc/queryformarts/resource_and_url-format.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/aai-core/src/test/resources/bundleconfig-local/etc/queryformarts/resource_and_url-format.json b/aai-core/src/test/resources/bundleconfig-local/etc/queryformarts/resource_and_url-format.json
new file mode 100644
index 00000000..d90a71bc
--- /dev/null
+++ b/aai-core/src/test/resources/bundleconfig-local/etc/queryformarts/resource_and_url-format.json
@@ -0,0 +1,16 @@
+{
+ "results": [
+ {
+ "url" : "/cloud-infrastructure/cloud-regions/cloud-region/cloud-owner-987654321-9922-as988q/cloud-region-id-987654321-9922-as988q/tenants/tenant/tenant-987654321-9999-as988q/vservers/vserver/vserver-987654321-9999-as988q",
+ "vserver": {
+
+ }
+ },
+ {
+ "url" : "/vservers/vserver/test1",
+ "vserver": {
+
+ }
+ }
+ ]
+} \ No newline at end of file