GitHub user tonybaloney opened a pull request: https://github.com/apache/libcloud/pull/801
Update test fixtures for dimension data backup for shorter file paths ## Update test fixtures for dimension data backup for shorter file paths ### Description The current test files have crazy-long file names. This doesn't matter in Linux but in Windows it can hit the file path limit. For more information on contributing, please see [Contributing](http://libcloud.readthedocs.org/en/latest/development.html#contributing) section of our documentation. ### Status Replace this: describe the PR status. Examples: - work in progress - done, ready for review ### Checklist (tick everything that applies) - [ ] [Code linting](http://libcloud.readthedocs.org/en/latest/development.html#code-style-guide) (required, can be done after the PR checks) - [ ] Documentation - [ ] [Tests](http://libcloud.readthedocs.org/en/latest/testing.html) - [ ] [ICLA](http://libcloud.readthedocs.org/en/latest/development.html#contributing-bigger-changes) (required for bigger changes) You can merge this pull request into a Git repository by running: $ git pull https://github.com/DimensionDataCBUSydney/libcloud trunk Alternatively you can review and apply these changes as the patch at: https://github.com/apache/libcloud/pull/801.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #801 ---- commit 488f0ddeb51310ca426a94803a74652c0149b27b Author: anthony-shaw <anthonys...@apache.org> Date: 2016-04-21T05:00:27Z Merge remote-tracking branch 'origin/trunk' into trunk commit e633ce4362e568477187a1e3cc07441c4ea011d7 Author: Teemu Vesala <teemu.ves...@qentinel.com> Date: 2016-04-25T07:00:30Z Following fixes were done: Only MX and SRV records have pririoty. Content-type for data has to be json. data param of connection request must be string, changed that. Closes #775 Closes #736 Closes #736 commit 6a941de7276b7fa73521ea47e6e73f2d48e19dbd Author: kumar Chockalingam <kumarapp...@gmail.com> Date: 2016-05-16T23:06:52Z if address_list is not none, then the ip element will be none and cannot do get attribute on None Type commit adcb4424c67da680e433697208bac1d15dd94a5a Author: kumar Chockalingam <kumarapp...@gmail.com> Date: 2016-05-16T23:18:32Z removed the variable assignment by mistake commit 90044ce84e89a076f3816b502fd1689cece4f1de Author: anthony-shaw <anthonys...@apache.org> Date: 2016-05-25T04:34:06Z Merge branch 'trunk' of https://git-wip-us.apache.org/repos/asf/libcloud into trunk commit 11adb88e5c1c3ae193fe888efd90d9d724d62cd3 Author: anthony-shaw <anthonys...@apache.org> Date: 2016-05-25T04:39:02Z shorten the file paths for dimension data backup commit 5027c2b33ee0bde9fdf62ef15939888aaec56c27 Author: anthony-shaw <anthonys...@apache.org> Date: 2016-05-25T04:39:37Z Merge remote-tracking branch 'origin/trunk' into trunk commit b324fc5da6b39dcce21d94369575351f6d90c295 Author: Anthony Shaw <anthony.p.s...@gmail.com> Date: 2016-05-25T05:41:32Z Merge pull request #11 from DimensionDataCBUSydney/fix/list_firewall_rules if address_list is not none, then the ip element will be none and cannot do get attribute on None Type commit 48517a9608b7b89baabeb8542c77512d6c17b202 Author: anthony-shaw <anthonys...@apache.org> Date: 2016-06-06T11:42:11Z Merge branch 'trunk' of https://git-wip-us.apache.org/repos/asf/libcloud into trunk Closes #795 commit 2c0b988c806c57d4d087c11715f866deea74e1be Author: anthony-shaw <anthonys...@apache.org> Date: 2016-06-06T11:51:02Z merge changes commit 7bc8798c1653beca68ab6bfd2644202db270ecab Author: anthony-shaw <anthonys...@apache.org> Date: 2016-06-06T11:51:52Z Merge branch 'trunk' of https://github.com/DimensionDataCBUSydney/libcloud into trunk ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---