Full and Generic Datastore CRUD Library 53/25653/3
authorPhillip Shea <phillip.shea@hp.com>
Sat, 22 Aug 2015 00:21:40 +0000 (17:21 -0700)
committerPhillip Shea <phillip.shea@hp.com>
Wed, 26 Aug 2015 16:58:14 +0000 (09:58 -0700)
commitbd7288515593f91310833ac44859eba7a3a465a5
tree64ca3434c922d1205385abcccefb711620f8dd18
parentff73df7ff836f317a003dff24dc9b63d420e8e70
Full and Generic Datastore CRUD Library

Implements generic Create, Read, Update and Delete keywords to be
used on any controller datastore.
A cars and people library was started such that modular CRUD tests
can be written for those shards.
The Config and Operational API  variables in Variables.py were modified
to remove a trailing '/' which was causing REST failures.

Change-Id: I732b03a7449d2b0a4d6bb1b57f5e8e8b19c87644
Signed-off-by: Phillip Shea <phillip.shea@hp.com>
test/csit/libraries/CarsAndPeopleCRUD.robot [new file with mode: 0644]
test/csit/libraries/DatastoreCRUD.robot [new file with mode: 0644]
test/csit/variables/Variables.py