Return-Path: X-Original-To: apmail-cloudstack-dev-archive@www.apache.org Delivered-To: apmail-cloudstack-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 44A04114FE for ; Tue, 12 Aug 2014 14:34:13 +0000 (UTC) Received: (qmail 58867 invoked by uid 500); 12 Aug 2014 14:34:12 -0000 Delivered-To: apmail-cloudstack-dev-archive@cloudstack.apache.org Received: (qmail 58818 invoked by uid 500); 12 Aug 2014 14:34:12 -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 58779 invoked by uid 99); 12 Aug 2014 14:34:12 -0000 Received: from reviews-vm.apache.org (HELO reviews.apache.org) (140.211.11.40) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Aug 2014 14:34:12 +0000 Received: from reviews.apache.org (localhost [127.0.0.1]) by reviews.apache.org (Postfix) with ESMTP id BB1D11DB6D3; Tue, 12 Aug 2014 14:33:57 +0000 (UTC) Content-Type: multipart/alternative; boundary="===============1153721509564678240==" MIME-Version: 1.0 Subject: Review Request 24605: CLOUDSTACK-7322 Tag disruptive tests From: "Alex Brett" To: "Santhosh Edukulla" Cc: "Alex Brett" , "cloudstack" Date: Tue, 12 Aug 2014 14:33:57 -0000 Message-ID: <20140812143357.10842.20155@reviews.apache.org> X-ReviewBoard-URL: https://reviews.apache.org Auto-Submitted: auto-generated Sender: "Alex Brett" X-ReviewGroup: cloudstack X-ReviewRequest-URL: https://reviews.apache.org/r/24605/ X-Sender: "Alex Brett" Reply-To: "Alex Brett" X-ReviewRequest-Repository: cloudstack-git --===============1153721509564678240== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/24605/ ----------------------------------------------------------- Review request for cloudstack and Santhosh Edukulla. Bugs: CLOUDSTACK-7322 https://issues.apache.org/jira/browse/CLOUDSTACK-7322 Repository: cloudstack-git Description ------- Some tests are disruptive (in that they cannot be run in parallel with other tests, as they do disruptive things such as stopping the secondary storage VM). This patch adds a "disruptive" nosetests attribute to those tests which are known to be so, such that they can be easily excluded from parallel runs. Diffs ----- test/integration/component/maint/test_bugs.py 07e3655 test/integration/component/maint/test_egress_rules_host_maintenance.py a27ada3 test/integration/component/maint/test_high_availability.py cc687f8 test/integration/component/maint/test_multiple_ip_ranges.py 982dd7c test/integration/component/maint/test_vpc_host_maintenance.py 83ba271 test/integration/component/maint/test_vpc_on_host_maintenance.py eb3360a test/integration/smoke/test_ssvm.py 5713569 Diff: https://reviews.apache.org/r/24605/diff/ Testing ------- Verified using --collect-only option to nosetests that filtering using the disruptive attribute works correctly. Thanks, Alex Brett --===============1153721509564678240==--