manila/manila/tests/cmd
Yusuke Hayashi d3e50fd70f Fix order of arguments in assertEqual
Fix incorrect order assertEqual(observed, expected) as below.
  assertEqual(observed, expected) => assertEqual(expected, observed)

Target of this patch:
  manila/tests/cmd/*
  manila/tests/compute/*
  manila/db/*
  manila/network/*

Change-Id: I6dd4f8057facc68e716b57229cbc4096af8bb152
Partial-Bug: #1259292
2015-10-03 10:05:41 +09:00
..
test_all.py Fix order of arguments in assertEqual 2015-10-03 10:05:41 +09:00
test_api.py Fix order of arguments in assertEqual 2015-10-03 10:05:41 +09:00
test_manage.py Fix order of arguments in assertEqual 2015-10-03 10:05:41 +09:00
test_scheduler.py Fix order of arguments in assertEqual 2015-10-03 10:05:41 +09:00
test_share.py Enable multi-process for API service 2015-07-23 10:22:24 +00:00