summaryrefslogtreecommitdiff
path: root/cinderclient/tests/functional/test_volume_create_cli.py
diff options
context:
space:
mode:
authoryuyafei <yu.yafei@zte.com.cn>2016-05-28 16:10:15 +0800
committeryuyafei <yu.yafei@zte.com.cn>2016-07-04 07:15:11 +0000
commitccde9b3ba78e2dd0f2a726e6d23dba91f8ee061f (patch)
tree6f0b64b696770823bdb85fe90de74624717de6de /cinderclient/tests/functional/test_volume_create_cli.py
parentb734a1b0ed135b2e95adf714464d52073d9761e9 (diff)
downloadpython-cinderclient-ccde9b3ba78e2dd0f2a726e6d23dba91f8ee061f.tar.gz
base.Resource not define __ne__() built-in function
Class base.Resource defines __eq__() built-in function, but does not define __ne__() built-in function, so self.assertEqual works but self.assertNotEqual does not work at all in this test case in python2. This patch fixes it by defining __ne__() built-in function of class base.Resource. Also fixes spelling errors:resoruces. Change-Id: I845d531880ad74d928a3e15335ed10e71590826e Closes-Bug: #1586268
Diffstat (limited to 'cinderclient/tests/functional/test_volume_create_cli.py')
0 files changed, 0 insertions, 0 deletions