From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=Sony.onmicrosoft.com; s=selector1-Sony-onmicrosoft-com; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version; bh=d/e3y4yCAJPBYsTvC8KwCtRQkmmy7eKJgHfnyX8kdm0=; b=jFulv1QQ3Y/jp5iCyLoYa5VGSb8115qn3dBZfTHR4za4oLkbCmkzbPrzooSo7JQaKu6wK0kQ46Y+taavddZfb9OtadVfzuVQYacJ8h53KjS1ptY0DBus7c38TsgD17zTi94torbzOt35FDk7sR1huXoSaCQzdQJ+f1D1CaDuwDw= From: "Bird, Timothy" Date: Thu, 13 Apr 2017 01:34:39 +0000 Message-ID: Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: [Fuego] New 'ftc add-view' in 'next' branch List-Id: Mailing list for the Fuego test framework List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "fuego@lists.linuxfoundation.org" Hey Fuego fans, I've added a new command to ftc, called 'add-view'. This can be used to ad= d a view to the Jenkins interface. It is not really intended for everyday end-user use, but I find it handy fo= r automated testing of Fuego during my release management. So, I don't expect a lot of people to use it, but i= t does come in handy for a few things. For example, you can add a view for batch jobs with: $ ftc add-view batch ".*.batch" You could add a view for the jobs related to a node with: $ ftc add-view myboard "myboard.*" And, if you wanted to re-create some of the traditional Fuego dashboard vie= ws, you could use: $ ftc add-view Functional ".*Functional.*" $ ftc add-view Benchmark ".*Benchmark.*" It's in my 'next' branch on bitbucket, if anyone wants to experiment with i= t. Regards, -- Tim