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
..
2015-12-06 17:57:06 -05:00

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.