CPS-615 - CSIT for model sync & passthrough
This commit contains
-Registration and sync test cases
-Passthrough read and write test case
Issue-ID: CPS-615
Change-Id: I1ad70dbc8c0af96bd5cf69476acdad42cf3c179d
Signed-off-by: JosephKeenan <joseph.keenan@est.tech>
diff --git a/csit/data/bookstoreAddEntry.json b/csit/data/bookstoreAddEntry.json
new file mode 100644
index 0000000..86e9a5b
--- /dev/null
+++ b/csit/data/bookstoreAddEntry.json
@@ -0,0 +1,19 @@
+{
+ "stores:categories": [
+ {
+ "stores:code": "ISBN200123",
+ "stores:name": "library",
+ "stores:books": [
+ {
+ "stores:title": "A good book",
+ "stores:lang": "English",
+ "stores:authors": [
+ "Joe & Rahul"
+ ],
+ "stores:pub_year": "2001",
+ "stores:price": "1000"
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/csit/data/cmHandleRegistration.json b/csit/data/cmHandleRegistration.json
new file mode 100644
index 0000000..0133148
--- /dev/null
+++ b/csit/data/cmHandleRegistration.json
@@ -0,0 +1,5 @@
+{
+ "cmHandles": [
+ "PNFDemo"
+ ]
+}
\ No newline at end of file
diff --git a/csit/data/postModuleRequestBody.json b/csit/data/postModuleRequestBody.json
new file mode 100644
index 0000000..e12af9d
--- /dev/null
+++ b/csit/data/postModuleRequestBody.json
@@ -0,0 +1,11 @@
+{
+ "operation": "read",
+ "data": {
+ "modules": [
+ {
+ "name": "nc-notifications",
+ "revision": "2008-07-14"
+ }
+ ]
+ }
+}
\ No newline at end of file