[GitHub] cloudstack pull request: Local cloudstack

2015-10-17 Thread remibergsma
Github user remibergsma commented on the pull request: https://github.com/apache/cloudstack/pull/919#issuecomment-148940768 @sarathkouk Please give this PR a meaningful title. Like: CLOUDSTACK-89xx: short description --- If your project is set up for it, you can reply to this email

[GitHub] cloudstack pull request: Local cloudstack

2015-10-15 Thread sarathkouk
Github user sarathkouk commented on the pull request: https://github.com/apache/cloudstack/pull/919#issuecomment-148628286 Test Results test_01_ldap (integration.component.test_ldap_autoImport.TestLdap1) ... === TestName: test_01_ldap | Status : SUCCESS === ok test_02_ldap

[GitHub] cloudstack pull request: Local cloudstack

2015-10-13 Thread sarathkouk
GitHub user sarathkouk reopened a pull request: https://github.com/apache/cloudstack/pull/919 Local cloudstack LDAP: Auto Import and Trust AD You can merge this pull request into a Git repository by running: $ git pull https://github.com/sarathkouk/cloudstack local_cloudstack

[GitHub] cloudstack pull request: Local cloudstack

2015-10-12 Thread sarathkouk
Github user sarathkouk commented on the pull request: https://github.com/apache/cloudstack/pull/919#issuecomment-147398517 Thanks for the reviews. I'll update the code with necessary changes. --- If your project is set up for it, you can reply to this email and have your reply appear

[GitHub] cloudstack pull request: Local cloudstack

2015-10-12 Thread sarathkouk
Github user sarathkouk closed the pull request at: https://github.com/apache/cloudstack/pull/919 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

[GitHub] cloudstack pull request: Local cloudstack

2015-10-11 Thread remibergsma
Github user remibergsma commented on the pull request: https://github.com/apache/cloudstack/pull/919#issuecomment-147171622 @sarathkouk Thanks for the PR! See my comments on the code. Small issues, and please make it PEP8 compliant. Also, add a Jira issue and be more descriptive in wh

[GitHub] cloudstack pull request: Local cloudstack

2015-10-11 Thread remibergsma
Github user remibergsma commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/919#discussion_r41707304 --- Diff: test/integration/component/test_ldap_autoImport.py --- @@ -0,0 +1,663 @@ + +from marvin.cloudstackTestCase import cloudstackTestCase

[GitHub] cloudstack pull request: Local cloudstack

2015-10-11 Thread remibergsma
Github user remibergsma commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/919#discussion_r41707299 --- Diff: test/integration/component/test_ldap_autoImport.py --- @@ -0,0 +1,663 @@ + +from marvin.cloudstackTestCase import cloudstackTestCase

[GitHub] cloudstack pull request: Local cloudstack

2015-10-11 Thread remibergsma
Github user remibergsma commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/919#discussion_r41707306 --- Diff: test/integration/component/test_ldap_autoImport.py --- @@ -0,0 +1,663 @@ + +from marvin.cloudstackTestCase import cloudstackTestCase

[GitHub] cloudstack pull request: Local cloudstack

2015-10-11 Thread remibergsma
Github user remibergsma commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/919#discussion_r41707297 --- Diff: test/integration/component/test_ldap_autoImport.py --- @@ -0,0 +1,663 @@ + +from marvin.cloudstackTestCase import cloudstackTestCase

[GitHub] cloudstack pull request: Local cloudstack

2015-10-11 Thread remibergsma
Github user remibergsma commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/919#discussion_r41707292 --- Diff: test/integration/component/test_ldap_autoImport.py --- @@ -0,0 +1,663 @@ + +from marvin.cloudstackTestCase import cloudstackTestCase

[GitHub] cloudstack pull request: Local cloudstack

2015-10-11 Thread remibergsma
Github user remibergsma commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/919#discussion_r41707291 --- Diff: test/integration/component/test_ldap_autoImport.py --- @@ -0,0 +1,663 @@ + +from marvin.cloudstackTestCase import cloudstackTestCase

[GitHub] cloudstack pull request: Local cloudstack

2015-10-11 Thread remibergsma
Github user remibergsma commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/919#discussion_r41707287 --- Diff: test/integration/component/test_ldap_autoImport.py --- @@ -0,0 +1,663 @@ + +from marvin.cloudstackTestCase import cloudstackTestCase

[GitHub] cloudstack pull request: Local cloudstack

2015-10-11 Thread remibergsma
Github user remibergsma commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/919#discussion_r41707277 --- Diff: test/integration/component/test_ldap_autoImport.py --- @@ -0,0 +1,663 @@ + +from marvin.cloudstackTestCase import cloudstackTestCase

[GitHub] cloudstack pull request: Local cloudstack

2015-10-11 Thread remibergsma
Github user remibergsma commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/919#discussion_r41707274 --- Diff: test/integration/component/test_ldap.py --- @@ -21,13 +21,18 @@ #!/usr/bin/env python from marvin.cloudstackTestCase import c

[GitHub] cloudstack pull request: Local cloudstack

2015-10-11 Thread remibergsma
Github user remibergsma commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/919#discussion_r41707273 --- Diff: test/integration/component/test_ldap.py --- @@ -21,13 +21,18 @@ #!/usr/bin/env python from marvin.cloudstackTestCase import c

[GitHub] cloudstack pull request: Local cloudstack

2015-10-11 Thread remibergsma
Github user remibergsma commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/919#discussion_r41707263 --- Diff: test/integration/component/test_ldap.py --- @@ -151,13 +156,18 @@ def test_02_validateldapsecuritypatch(self): self.services

[GitHub] cloudstack pull request: Local cloudstack

2015-10-11 Thread remibergsma
Github user remibergsma commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/919#discussion_r41707251 --- Diff: tools/marvin/marvin/config/test_data.py --- @@ -1617,19 +1617,28 @@ "password": "password", },

[GitHub] cloudstack pull request: Local cloudstack

2015-10-11 Thread remibergsma
Github user remibergsma commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/919#discussion_r41707148 --- Diff: test/integration/component/test_ldap_autoImport.py --- @@ -0,0 +1,663 @@ + +from marvin.cloudstackTestCase import cloudstackTestCase

[GitHub] cloudstack pull request: Local cloudstack

2015-10-10 Thread DaanHoogland
Github user DaanHoogland commented on the pull request: https://github.com/apache/cloudstack/pull/919#issuecomment-147078784 @sarathkouk is there an issue in jira for this? what does it test more precisely? People are more leanient on test code PRs then core code but I would like to s

[GitHub] cloudstack pull request: Local cloudstack

2015-10-09 Thread sarathkouk
GitHub user sarathkouk opened a pull request: https://github.com/apache/cloudstack/pull/919 Local cloudstack LDAP: Auto Import and Trust AD You can merge this pull request into a Git repository by running: $ git pull https://github.com/sarathkouk/cloudstack local_cloudstack A