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/f646f1c7
Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/f646f1c7
Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/f646f1c7

Branch: refs/heads/trunk
Commit: f646f1c78188a92b0fbdad67a1bd51224460c7fb
Parents: eafeccc
Author: hequn <he...@hihuron.com>
Authored: Mon Nov 14 09:53:01 2016 +0800
Committer: Anthony Shaw <anthonys...@apache.org>
Committed: Tue Nov 15 10:20:52 2016 +1100

----------------------------------------------------------------------
 libcloud/test/compute/test_ecs.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/libcloud/blob/f646f1c7/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',

Reply via email to