python-openstackclient/openstackclient/tests/volume/v2
lin-hua-cheng f807f0a66e Fix wrong mock method call
There is no assert_called() method in mock, replace it with
assert_called_with() method. The old method used to work with
mock 1.0.1 because it was a noop in magicmock.

Needs https://review.openstack.org/#/c/200583 to pass the requirements check.

https://review.openstack.org/#/c/193935/ changed the OS_* vars
we source by forcing v2password as the auth method.
change our identity v3 test setup by setting v3password

Co-Authored-By: Steve Martinelli <stevemar@ca.ibm.com>

Closes-Bug: 1473454

Depends-on: I0cfab6d13e5d9e744cb302c86a2c21269923e75d

Change-Id: Id22765c7e044797e03d19ad1b103fadec2726aa2
2015-07-11 18:57:20 -04:00
..
__init__.py Add support for volume v2 API 2015-05-30 11:26:14 -07:00
fakes.py Add support for volume API v2 QoS commands 2015-06-29 17:24:35 -04:00
test_backup.py Add support for volume backup v2 command 2015-06-04 17:34:50 -07:00
test_qos_specs.py Fix wrong mock method call 2015-07-11 18:57:20 -04:00
test_snapshot.py Add support for volume snapshot v2 command 2015-06-04 20:13:19 +00:00
test_type.py Add support for volume v2 API 2015-05-30 11:26:14 -07:00
test_volume.py Add support for volume v2 API 2015-05-30 11:26:14 -07:00