Return-Path: X-Original-To: apmail-cloudstack-commits-archive@www.apache.org Delivered-To: apmail-cloudstack-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 22BCF19E8D for ; Tue, 22 Mar 2016 11:44:05 +0000 (UTC) Received: (qmail 75219 invoked by uid 500); 22 Mar 2016 11:43:59 -0000 Delivered-To: apmail-cloudstack-commits-archive@cloudstack.apache.org Received: (qmail 74865 invoked by uid 500); 22 Mar 2016 11:43:59 -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 74267 invoked by uid 99); 22 Mar 2016 11:43:59 -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; Tue, 22 Mar 2016 11:43:59 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id E48FAE00B4; Tue, 22 Mar 2016 11:43:58 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: bhaisaab@apache.org To: commits@cloudstack.apache.org Date: Tue, 22 Mar 2016 11:44:04 -0000 Message-Id: <6f89761644804cbe84e113119fd0776b@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [07/50] [abbrv] git commit: updated refs/heads/4.9-mvn-upgrade to 7617117 Merge pull request #1011 from shwetaag/coreos CLOUDSTACK-9012 :automation of cores feature test pathhttps://issues.apache.org/jira/browse/CLOUDSTACK-9012 Automated a full scenario of coreos guest OS support: it includes registering coreos templates present at http://dl.openvm.eu/cloudstack/coreos/x86_64/ 1. based on hypervisor types of zone 2. creating ssh key pair 3. creating a sample user data 4. creating a coreos virtual machine using this ssh keypair and userdata 5. verifying ssh access to coreo os machine using keypair and core username 6. verifying userdata is applied on virtual machine and the service asked in sample data is actually running 7. Verifying userdata in router vm as well * pr/1011: added suggested changes to coreos automation automation of cores feature test path Signed-off-by: sanjeev Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/56859c99 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/56859c99 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/56859c99 Branch: refs/heads/4.9-mvn-upgrade Commit: 56859c99041c66d417bf0af9a93b1d6e1e79005b Parents: cd71e05 94281f9 Author: sanjeev Authored: Wed Feb 10 11:03:50 2016 +0530 Committer: sanjeev Committed: Wed Feb 10 11:03:52 2016 +0530 ---------------------------------------------------------------------- test/integration/component/test_coreos.py | 292 +++++++++++++++++++++++++ tools/marvin/marvin/config/test_data.py | 12 + tools/marvin/marvin/lib/base.py | 8 +- 3 files changed, 311 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/56859c99/tools/marvin/marvin/config/test_data.py ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/56859c99/tools/marvin/marvin/lib/base.py ----------------------------------------------------------------------