diff options
author | DylanB95EST <dylan.byrne@est.tech> | 2021-11-23 15:16:15 +0000 |
---|---|---|
committer | DylanB95EST <dylan.byrne@est.tech> | 2021-12-08 12:38:42 +0000 |
commit | 8c9b4a24b4841154a2d08f506e2f7beca4f6fc31 (patch) | |
tree | c004cdd1e407b4ef5a6a840b9e39910469237df1 /csit/data/bookstoreAddEntry.json | |
parent | 043a0ed45530842a8606a675cb71078ab055d2d5 (diff) |
Add CSIT Tests for Update Operation on Passthrough-running 2/3
Add robot integration test for update scenario in Passthrough-running
Modify existing write data test json body to include better examples
Issue-ID: CPS-768
Change-Id: Ie769a33a86ec1a8384585484c54598189fdd5124
Signed-off-by: DylanB95EST <dylan.byrne@est.tech>
Diffstat (limited to 'csit/data/bookstoreAddEntry.json')
-rw-r--r-- | csit/data/bookstoreAddEntry.json | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/csit/data/bookstoreAddEntry.json b/csit/data/bookstoreAddEntry.json deleted file mode 100644 index 86e9a5b3d6..0000000000 --- a/csit/data/bookstoreAddEntry.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "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 |