Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id AC6D6200BA3 for ; Thu, 20 Oct 2016 22:19:59 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id AB17F160AFE; Thu, 20 Oct 2016 20:19:59 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 01AD3160ACC for ; Thu, 20 Oct 2016 22:19:58 +0200 (CEST) Received: (qmail 70744 invoked by uid 500); 20 Oct 2016 20:19:58 -0000 Mailing-List: contact dev-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cloudstack.apache.org Delivered-To: mailing list dev@cloudstack.apache.org Received: (qmail 70729 invoked by uid 99); 20 Oct 2016 20:19:57 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Oct 2016 20:19:57 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id A6FA4E008F; Thu, 20 Oct 2016 20:19:57 +0000 (UTC) From: serg38 To: dev@cloudstack.apache.org Reply-To: dev@cloudstack.apache.org References: In-Reply-To: Subject: [GitHub] cloudstack issue #1692: Fix Smoke Test Failures Content-Type: text/plain Message-Id: <20161020201957.A6FA4E008F@git1-us-west.apache.org> Date: Thu, 20 Oct 2016 20:19:57 +0000 (UTC) archived-at: Thu, 20 Oct 2016 20:19:59 -0000 Github user serg38 commented on the issue: https://github.com/apache/cloudstack/pull/1692 Thanks @rhtyd It didi it. Now two of them still fail but the rest are successful ``` Tests out-of-band management ownership expiry across multi-mgmt server ... === TestName: test_oobm_multiple_mgmt_server_ownership | Status : FAILED === FAIL Tests out-of-band management change password feature ... === TestName: test_oobm_zchange_password | Status : EXCEPTION === ERROR ====================================================================== ERROR: Tests out-of-band management change password feature ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/t_vazqnadmin/cloudstack/test/integration/smoke/test_outofbandmanagement.py", line 593, in test_oobm_zchange_password self.assertTrue((len(alerts) - alertCount) > 0) TypeError: object of type 'NoneType' has no len() ====================================================================== FAIL: Tests out-of-band management ownership expiry across multi-mgmt server ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/t_vazqnadmin/cloudstack/test/integration/smoke/test_outofbandmanagement.py", line 524, in test_oobm_multiple_mgmt_server_ownership self.fail("Management server failed to turn down or remove fake mgmt server") AssertionError: Management server failed to turn down or remove fake mgmt server ---------------------------------------------------------------------- Ran 16 tests in 1553.771s FAILED (SKIP=1, errors=1, failures=1) --- 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 is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. ---