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:20 UTC

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

Branch: refs/heads/trunk
Commit: 7a44e85af744484de89ac7d88b18cb41063c2be2
Parents: d4b9c25
Author: Jie Ren <sn...@126.com>
Authored: Mon Feb 27 13:43:11 2017 +0800
Committer: Jie Ren <sn...@126.com>
Committed: Mon Feb 27 13:43:11 2017 +0800

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


http://git-wip-us.apache.org/repos/asf/libcloud/blob/7a44e85a/libcloud/test/compute/test_ecs.py
----------------------------------------------------------------------
diff --git a/libcloud/test/compute/test_ecs.py b/libcloud/test/compute/test_ecs.py
index 8375fc0..1b904aa 100644
--- a/libcloud/test/compute/test_ecs.py
+++ b/libcloud/test/compute/test_ecs.py
@@ -531,15 +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):