You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by an...@apache.org on 2017/04/21 05:45:19 UTC

[08/14] libcloud git commit: Modify for CI

Modify for CI


Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo
Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/d4b9c258
Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/d4b9c258
Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/d4b9c258

Branch: refs/heads/trunk
Commit: d4b9c25805424b9d43416d909a8954ecf8ca7316
Parents: dc5db46
Author: Jie Ren <sn...@126.com>
Authored: Mon Feb 27 12:42:47 2017 +0800
Committer: Jie Ren <sn...@126.com>
Committed: Mon Feb 27 12:42:47 2017 +0800

----------------------------------------------------------------------
 libcloud/test/compute/test_ecs.py | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/libcloud/blob/d4b9c258/libcloud/test/compute/test_ecs.py
----------------------------------------------------------------------
diff --git a/libcloud/test/compute/test_ecs.py b/libcloud/test/compute/test_ecs.py
index 5df10ab..8375fc0 100644
--- a/libcloud/test/compute/test_ecs.py
+++ b/libcloud/test/compute/test_ecs.py
@@ -531,17 +531,15 @@ class ECSDriverTestCase(LibcloudTestCase):
     def test_ex_join_security_group(self):
         ex_security_group_id_value = 'sg-28ou0f3xa'
         result = self.driver.ex_join_security_group(
-                                     self.fake_node,
-                                     group_id=ex_security_group_id_value
-                 )
+             self.fake_node,
+             group_id=ex_security_group_id_value)
         self.assertTrue(result)
 
     def test_ex_leave_security_group(self):
         ex_security_group_id_value = 'sg-28ou0f3xa'
         result = self.driver.ex_leave_security_group(
-                                     self.fake_node,
-                                     group_id=ex_security_group_id_value
-                 )
+             self.fake_node,
+             group_id=ex_security_group_id_value)
         self.assertTrue(result)
 
     def test_ex_list_security_groups_with_ex_filters(self):