updated unit test to support linux pathing
Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/ff3000f5 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/ff3000f5 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/ff3000f5 Branch: refs/heads/trunk Commit: ff3000f51f966398c464bab636f82a237d722d0b Parents: 96f03c7 Author: Matt Baldwin <[email protected]> Authored: Tue Jul 1 11:12:09 2014 -0700 Committer: Michael Bennett <[email protected]> Committed: Wed Nov 19 13:03:14 2014 -0500 ---------------------------------------------------------------------- libcloud/test/compute/test_azure.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/ff3000f5/libcloud/test/compute/test_azure.py ---------------------------------------------------------------------- diff --git a/libcloud/test/compute/test_azure.py b/libcloud/test/compute/test_azure.py index d211bab..f3d6aaf 100644 --- a/libcloud/test/compute/test_azure.py +++ b/libcloud/test/compute/test_azure.py @@ -21,7 +21,7 @@ class AzureNodeDriverTests(unittest.TestCase) : libcloud.security.VERIFY_SSL_CERT = False SUBSCRIPTION_ID = '3761b98b-673d-526c-8d55-fee918758e6e' - KEY_FILE = 'fixtures\\azure\\libcloud.pem' #empty file is fine + KEY_FILE = 'fixtures/azure/libcloud.pem' #empty file is fine def setUp(self): Azure = get_driver(Provider.AZURE)
