keystoneauth/keystoneauth1/tests/unit/data
Morgan Fainberg 491e7160cf Add BetaMax Fixture
Add a BetaMax fixture that handles wrapping the constructor for
KeystoneAuth Session in a way to provide the BetaMax interfaces.

This is in support of enabling easy functional testing that includes
responses to live-clouds for consumers of KeystoneAuth.

A future patch will provide a template for stripping out sensitive
(e.g. password) data from the recordings so that the cassetts can be
more easily included in git repositories for functional testing.

Change-Id: Ibd6e525fef9f2541f97d33de0d2f02f991d122e5
Depends-On: I8787954ab5d0e3963e97c160783301b48ab8299f
2015-12-06 17:57:06 -05:00
..
README Add BetaMax Fixture 2015-12-06 17:57:06 -05:00
ksa_betamax_test_cassette.json Add BetaMax Fixture 2015-12-06 17:57:06 -05:00

README

This directory holds the betamax test cassettes that are pre-generated
for unit testing. This can be removed in the future with a functional
test that stands up a full devstack, records a cassette and then
replays it as part of the test suite.

Until the functional testing is implemented do not remove this
directory or enclosed files.