add unit test
Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/04edfab3 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/04edfab3 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/04edfab3 Branch: refs/heads/trunk Commit: 04edfab3381fdbf6ad3ccca928dd69e7523bec9c Parents: 837f3c8 Author: hequn <[email protected]> Authored: Mon Nov 14 09:53:01 2016 +0800 Committer: hequn <[email protected]> Committed: Mon Nov 14 09:53:01 2016 +0800 ---------------------------------------------------------------------- libcloud/test/compute/test_ecs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/04edfab3/libcloud/test/compute/test_ecs.py ---------------------------------------------------------------------- diff --git a/libcloud/test/compute/test_ecs.py b/libcloud/test/compute/test_ecs.py index 5c4b099..d1bbae9 100644 --- a/libcloud/test/compute/test_ecs.py +++ b/libcloud/test/compute/test_ecs.py @@ -579,7 +579,7 @@ class ECSMockHttp(MockHttpTestCase): 'InternetMaxBandwidthIn': '200', 'HostName': 'hostname', 'Password': 'password', - 'IoOptimized': 'true', + 'IoOptimized': 'optimized', 'SystemDisk.Category': 'cloud', 'SystemDisk.DiskName': 'root', 'SystemDisk.Description': 'sys',
