Refactored SNAPS tests to take in the actual OSCreds object. 35/31435/2
authorspisarski <s.pisarski@cablelabs.com>
Wed, 22 Mar 2017 21:56:54 +0000 (15:56 -0600)
committerspisarski <s.pisarski@cablelabs.com>
Wed, 12 Apr 2017 20:49:56 +0000 (14:49 -0600)
commitf340c1e7b021fa3a67c295bcec7f09cddfb687cc
tree943ff05f36a4377174a4cf244655271f3e468b3f
parent4762240029f3ab7393a353f094a746ebbb70f288
Refactored SNAPS tests to take in the actual OSCreds object.

The code previously had individual parameters for different
aspects of the credentials. This change not only makes the
method calls easier, but it also helps the logs from becoming
too verbose as each test case was instantiating its own OSCreds
instance.

JIRA: SNAPS-23

Change-Id: I8860e7329b9ec59d78e5977af74f4d3073496f24
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
snaps/openstack/tests/os_source_file_test.py
snaps/test_runner.py
snaps/test_suite_builder.py