This is an automated email from the ASF dual-hosted git repository.

bhaisaab pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cloudstack.git

commit 055ae078ec02b1f1b9afeba5d69494464fce4d32
Author: Boris <bss.stoya...@gmail.com>
AuthorDate: Mon Jul 24 16:56:07 2017 +0300

    CLOUDSTACK-10014: fix components/test_accounts.py 
test_user_key_renew_same_account: remove secret key checks since it was removed 
from the API response
---
 test/integration/component/test_accounts.py | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/test/integration/component/test_accounts.py 
b/test/integration/component/test_accounts.py
index 56494e2..714680b 100644
--- a/test/integration/component/test_accounts.py
+++ b/test/integration/component/test_accounts.py
@@ -1653,10 +1653,6 @@ class TestUserAPIKeys(cloudstackTestCase):
             user.apikey,
             userkeys.apikey,
             "Check User api key")
-        self.assertEqual(
-            user.secretkey,
-            userkeys.secretkey,
-            "Check User having secret key")
 
         self.debug("Get test client with user keys")
         cs_api = self.testClient.getUserApiClient(
@@ -1668,10 +1664,6 @@ class TestUserAPIKeys(cloudstackTestCase):
             userkeys.apikey,
             new_keys.apikey,
             "Check API key is different")
-        self.assertNotEqual(
-            userkeys.secretkey,
-            new_keys.secretkey,
-            "Check secret key is different")
 
     @attr(tags=[
         "role",

-- 
To stop receiving notification emails like this one, please contact
"commits@cloudstack.apache.org" <commits@cloudstack.apache.org>.

Reply via email to