Full and Generic Datastore CRUD Library
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)
commit2ebe69b19dc0eb2f4245a80bce1d05766326c7c7
tree71d586de713d3b9fbe20cce049c1185177ad94a9
parent93f7fe54fa2ef0f3206b6b4bb60b06c74c5dcede
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