[Fuego] Fuego Digest, Vol 14, Issue 6

dhinakar k dhinakar.k at gmail.com
Thu Sep 21 00:09:46 UTC 2017


Hi Tim,

Thanks a lot for your hard work on Fuego 1.2 release preparation. I will
pull the latest, try it out and let you know if I have any issues or need
any assistance. Once again thank you very much.

Regards,
Dhinakar

On Sep 21, 2017 12:02 AM, <fuego-request at lists.linuxfoundation.org> wrote:

> Send Fuego mailing list submissions to
>         fuego at lists.linuxfoundation.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
>         https://lists.linuxfoundation.org/mailman/listinfo/fuego
> or, via email, send a message with subject or body 'help' to
>         fuego-request at lists.linuxfoundation.org
>
> You can reach the person managing the list at
>         fuego-owner at lists.linuxfoundation.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Fuego digest..."
>
>
> Today's Topics:
>
>    1. latest Fuego 'next' branch (1.2 pre-release) (Bird, Timothy)
>    2. Charting for 1.2 almost done (Bird, Timothy)
>    3. Possible hackfest in China (Bird, Timothy)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Mon, 18 Sep 2017 05:15:58 +0000
> From: "Bird, Timothy" <Tim.Bird at sony.com>
> To: "fuego at lists.linuxfoundation.org"
>         <fuego at lists.linuxfoundation.org>
> Subject: [Fuego] latest Fuego 'next' branch (1.2 pre-release)
> Message-ID:
>         <ECADFF3FD767C149AD96A924E7EA6EAF3AD1D4D6 at USCULXMSG01.am.sony.com>
> Content-Type: text/plain; charset="us-ascii"
>
> Hi all,
>
> I've integrated some patches over the weekend, and made a few significant
> changes you may need to be aware of if you're using the pre-release branch
> (my 'next' branch for fuego and fuego-core).
>
> I added Jan-Simon's code for supporting LAVA-based target boards.
>
> Note: this code is currently in fuego/fuego-ro/scripts, but should really
> be moved to
> fuego-core/engine/scripts.  That is a cosmetic placement issue that can be
> fixed after
> the release.
>
> The charting code is now operational, but there are a few bugs to deal
> with before finalizing the release.
> It supports a new "chart_config.json" file in the test directory, that
> indicates what type of charts
> to produce for the Jenkins interface.  It should work for all tests.  If a
> test does not have a "chart_config.json" file, a default chart type is
> selected, as follows:
>  - Functional (besides LTP) - testcase_table
>  - Functional.LTP - testset_summary_table
>  - Benchmark - measure_plot
>
> There is much more configurability support for charting I want to do in
> the future, but I'm going to
> call this feature complete (but not bug-free yet) for the 1.2 release, so
> as not to delay the 1.2 release
> much longer.  That is, during the 1.2 release candidate series, I'll take
> bug fixes for problems with
> the current charting, but I won't add any more features to it (even though
> there's infrastructure
> support for the features, and some checked-in files for newer charting
> features in the fuego-core
> code already).
>
> Here's a note on upgrading to the latest pre-release commits...
> The things that changed in the fuego repository mostly concern the lava
> integration.  If you're not
> doing that, you probably don't need to rebuild your docker container.  But
> you need to do one thing
> manually if you don't rebuild the container.
>
> I've change the flot (javascript plotting) plugin so that the core fuego
> javascript code for this now
> lives in fuego-core/engine/scripts/mod.js.  This is symlinked into the
> jenkins plugin area like so:
> ln -s /fuego-core/engine/scripts/mos.js /var/lib/jenkins/plugins/flot/
> flot/mod.js
>
> If you don't rebuild your Docker container, please create this link
> manually.
> With this change, we can now modify the mod.js code in fuego-core, without
> having to rebuild
> the Jenkins plugin (flot.hpi) every time we make a change.  That will be
> really handy!
>
> With this symlink in place in your container, you should be able to do a
> 'git pull' if you're using my 'next' branch on the fuego-core repository,
> to get the latest bugfixes and charting features. But not
> LAVA integration - that requires a container rebuild.
>
> Note that this release produces both a results.json file for a test, as
> well as flat_plot_data.txt
> and flot_chart_data.json for each test.  We'll need to discuss finalizing
> these data structures
> and their usage after the 1.2 release as we move forward.
>
> I'll write more on the new features after I get some time to fix
> outstanding bugs this week.
> If you have any questions, don't hesitate to ask.  And if you see
> problems, please report
> them.  Thanks!
>
> Happy testing,
>  -- Tim
>
>
> ------------------------------
>
> Message: 2
> Date: Wed, 20 Sep 2017 04:56:27 +0000
> From: "Bird, Timothy" <Tim.Bird at sony.com>
> To: "fuego at lists.linuxfoundation.org"
>         <fuego at lists.linuxfoundation.org>
> Subject: [Fuego] Charting for 1.2 almost done
> Message-ID:
>         <ECADFF3FD767C149AD96A924E7EA6EAF3AD1F93C at USCULXMSG01.am.sony.com>
> Content-Type: text/plain; charset="us-ascii"
>
> Hey Fuego experimenters,
>
> The charting for Fuego 1.2 is about 90% done in my 'next' branch.  If you
> are something of a masochist you can try it out with a  'git pull' (if
> you're already using the 1.2 pre-release).  One last feature that prior
> Fuego releases had is missing: checkboxed plot legends - for interactive
> plots.  However, it's usable
> as is, and I might just call it good for the release.
>
> Just a note - the HTML generation for tables and the series generation for
> plots is
> external to the flot javascript plugin, so it can be leveraged in the
> future for use in the
> report generator.  We're slowly making progress towards features that have
> been on the
> roadmap for a while.
>
> If you try it the new charting, let me know if you have any problems.
>
> Once the charting charting is locked down, I'll declare a release
> candidate, and start working
> on documentation (on the wiki) for the 1.2 release.
>  -- Tim
>
>
>
> ------------------------------
>
> Message: 3
> Date: Wed, 20 Sep 2017 18:32:50 +0000
> From: "Bird, Timothy" <Tim.Bird at sony.com>
> To: "fuego at lists.linuxfoundation.org"
>         <fuego at lists.linuxfoundation.org>
> Subject: [Fuego] Possible hackfest in China
> Message-ID:
>         <ECADFF3FD767C149AD96A924E7EA6EAF3AD1FA50 at USCULXMSG01.am.sony.com>
> Content-Type: text/plain; charset="us-ascii"
>
> Hello everyone,
>
> I've been contacted by the organizers of a hackfest called HACKxFDU, which
> is scheduled from October 27 (Fri.) to October 29 (Sun.) at Fudan
> University
> in Shanghai.
>
> I originally talked to the organizers at LinuxCon China in June, and they
> have
> what sounds to me like an interesting event.  However, I am unable to
> attend because it overlaps with travel I have, related to Embedded Linux
> Conference Europe.
>
> If anyone is interested in attending on behalf of the Fuego project, I can
> ask the Core Embedded Linux Project if they are willing to pay the
> sponsorship
> fee (which is not large - between $2500 and $5000).  Please let me know
> soon if someone is willing to present Fuego there, and get some students
> working on it for a 3-day hackfest.  I need to know ASAP, as these things
> take time to get funding approval for (and funding approval is by no means
> guaranteed.)
>
> There is more information about this event here:
> https://fdu.hackx.org/  (doesn't work behind Sony's corporate firewall,
> but does outside it)
>
> Please let me know if you are interested.
>
> Thanks,
>  -- Tim Bird
>
>
> ------------------------------
>
> _______________________________________________
> Fuego mailing list
> Fuego at lists.linuxfoundation.org
> https://lists.linuxfoundation.org/mailman/listinfo/fuego
>
>
> End of Fuego Digest, Vol 14, Issue 6
> ************************************
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.linuxfoundation.org/pipermail/fuego/attachments/20170921/0cb3558a/attachment.html>


More information about the Fuego mailing list