cinder/cinder/tests/unit/volume/drivers/fusionstorage
Sean McGinnis 6c9609911d
Fix deprecation escape sequence errors under 3.6
Python 3.6 is more strict about strings containing escape sequences.
We've cleaned up other regex strings but a few sneaked back in. This
converts a few more instances to raw strings to get rid of the escape
warnings.

Change-Id: I102a3b27a2f8e55de117007b183d5c4ad40284fb
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
2019-04-04 12:20:38 -05:00
..
__init__.py Add cinder backend driver for Huawei FusionStorage 2016-07-08 02:14:44 -04:00
test_dsware.py Update FusionStorage Cinder Driver by using REST API 2019-01-17 06:41:13 +00:00
test_fs_client.py Fix deprecation escape sequence errors under 3.6 2019-04-04 12:20:38 -05:00
test_fs_conf.py Modify the configuration mode of FusionStorage Cinder Driver 2019-03-15 10:47:14 +08:00
test_utils.py Update FusionStorage Cinder Driver by using REST API 2019-01-17 06:41:13 +00:00