keystoneauth/keystoneauth1/tests/unit/data
Morgan Fainberg 6858ccdd0f Correct betamax fixture for more strict IDNA
The IDNA library has gotten more strict. The use of `_` in the TLD is
not valid. This change modifies the betamax test-case to use
`keystoneauth-betamax.test` instead of `keystoneauth.betamax_test`
correcting the invalid character in the TLD.

Change-Id: I01c5e6c0145158515d837b216fd066a5a558f498
2016-11-16 16:26:54 -08:00
..
README Add BetaMax Fixture 2015-12-06 17:57:06 -05:00
keystone_v2_sample_request.json Update keystoneauth fixture to support v3 2016-05-24 13:39:44 +02:00
keystone_v2_sample_response.json Update keystoneauth fixture to support v3 2016-05-24 13:39:44 +02:00
keystone_v3_sample_request.json Update keystoneauth fixture to support v3 2016-05-24 13:39:44 +02:00
keystone_v3_sample_response.json Update keystoneauth fixture to support v3 2016-05-24 13:39:44 +02:00
ksa_betamax_test_cassette.yaml Correct betamax fixture for more strict IDNA 2016-11-16 16:26:54 -08:00
ksa_serializer_data.json Correct betamax fixture for more strict IDNA 2016-11-16 16:26:54 -08:00
test_pre_record_hook.json Update keystoneauth fixture to support v3 2016-05-24 13:39:44 +02: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.