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 957962004A1 for ; Thu, 10 Aug 2017 01:32:07 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 93CDD16A4D3; Wed, 9 Aug 2017 23:32:07 +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 D922116A4D2 for ; Thu, 10 Aug 2017 01:32:06 +0200 (CEST) Received: (qmail 59810 invoked by uid 500); 9 Aug 2017 23:32:06 -0000 Mailing-List: contact commits-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 commits@cloudstack.apache.org Received: (qmail 59801 invoked by uid 99); 9 Aug 2017 23:32:06 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Aug 2017 23:32:06 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 76FA881228; Wed, 9 Aug 2017 23:32:05 +0000 (UTC) Date: Wed, 09 Aug 2017 23:32:05 +0000 To: "commits@cloudstack.apache.org" Subject: [cloudstack] branch master updated: CLOUDSTACK-10000: Fix vpn_users component test MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <150232152521.28945.12221168060421412520@gitbox.apache.org> From: bhaisaab@apache.org Reply-To: "commits@cloudstack.apache.org" X-Git-Host: gitbox.apache.org X-Git-Repo: cloudstack X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: aee3dbb49a77f4784a72206d54d1fa7c4df0b0ce X-Git-Newrev: 92b07d453fbca85905888c6acc7e05008d62e406 X-Git-Rev: 92b07d453fbca85905888c6acc7e05008d62e406 X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated archived-at: Wed, 09 Aug 2017 23:32:07 -0000 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 The following commit(s) were added to refs/heads/master by this push: new 92b07d4 CLOUDSTACK-10000: Fix vpn_users component test 92b07d4 is described below commit 92b07d453fbca85905888c6acc7e05008d62e406 Author: Rohit Yadav AuthorDate: Thu Aug 10 01:31:28 2017 +0200 CLOUDSTACK-10000: Fix vpn_users component test Signed-off-by: Rohit Yadav --- test/integration/component/test_vpn_users.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/component/test_vpn_users.py b/test/integration/component/test_vpn_users.py index 103ff1c..9784904 100644 --- a/test/integration/component/test_vpn_users.py +++ b/test/integration/component/test_vpn_users.py @@ -79,7 +79,7 @@ class Services: }, "vpn_user": { "username": "test", - "password": "p@a#s=s.w_o-r+d", + "password": "p@as=s.w_o-r+d", }, "natrule": { "privateport": 1701, -- To stop receiving notification emails like this one, please contact ['"commits@cloudstack.apache.org" '].