All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Anuj Mittal" <anuj.mittal@intel.com>
To: openembedded-core@lists.openembedded.org
Subject: [gatesgarth][PATCH 10/19] oeqa/core/context: initialize _run_end_time
Date: Tue, 17 Nov 2020 23:35:59 +0800	[thread overview]
Message-ID: <a91308482e1bb524df413d4342a9ebb472314663.1605626675.git.anuj.mittal@intel.com> (raw)
In-Reply-To: <cover.1605626675.git.anuj.mittal@intel.com>

From: Konrad Weihmann <kweihmann@outlook.com>

with _run_start_time as value. For partial results of interrupted runs,
this info might be otherwise missing for at least one testcase

Signed-off-by: Konrad Weihmann <kweihmann@outlook.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 1c5e8baf57fa2a33b9ef507b11d9ea9acaa77238)
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
---
 meta/lib/oeqa/core/context.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/lib/oeqa/core/context.py b/meta/lib/oeqa/core/context.py
index 84b43a93e1..2abe353d27 100644
--- a/meta/lib/oeqa/core/context.py
+++ b/meta/lib/oeqa/core/context.py
@@ -85,6 +85,7 @@ class OETestContext(object):
         self.skipTests(skips)
 
         self._run_start_time = time.time()
+        self._run_end_time = self._run_start_time
         if not processes:
             self.runner.buffer = True
         result = self.runner.run(self.prepareSuite(self.suites, processes))
-- 
2.28.0


  parent reply	other threads:[~2020-11-17 15:36 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-17 15:35 [gatesgarth][PATCH 00/19] gatesgarth review request Anuj Mittal
2020-11-17 15:35 ` [gatesgarth][PATCH 01/19] freetype: fix CVE-2020-15999, backport from 2.10.4 Anuj Mittal
2020-11-17 15:35 ` [gatesgarth][PATCH 02/19] ptest-runner: Fix license as it contains 'or later' clause Anuj Mittal
2020-11-17 15:35 ` [gatesgarth][PATCH 03/19] libdnf: " Anuj Mittal
2020-11-17 15:35 ` [gatesgarth][PATCH 04/19] alsa-utils: Fix license to GPLv2 only Anuj Mittal
2020-11-17 15:35 ` [gatesgarth][PATCH 05/19] kernel-module-split.bbclass: identify kernel modconf files as configuration files Anuj Mittal
2020-11-17 15:35 ` [gatesgarth][PATCH 06/19] clutter-gst-3.0: do not call out to host gstreamer plugin scanner Anuj Mittal
2020-11-17 15:35 ` [gatesgarth][PATCH 07/19] conf-notes.txt: mention more important images than just sato Anuj Mittal
2020-11-17 15:35 ` [gatesgarth][PATCH 08/19] openssh: whitelist CVE-2014-9278 Anuj Mittal
2020-11-17 15:35 ` [gatesgarth][PATCH 09/19] oeqa/core/context: expose results as variable Anuj Mittal
2020-11-17 15:35 ` Anuj Mittal [this message]
2020-11-17 15:36 ` [gatesgarth][PATCH 11/19] testimage: print results for interrupted runs Anuj Mittal
2020-11-17 15:36 ` [gatesgarth][PATCH 12/19] binutils: reproducibility: reuse debug-prefix-map for stabs Anuj Mittal
2020-11-17 15:36 ` [gatesgarth][PATCH 13/19] lrzsz: Use Cross AR during compile Anuj Mittal
2020-11-17 15:36 ` [gatesgarth][PATCH 14/19] gawk: Avoid using host ar during cross compile Anuj Mittal
2020-11-17 15:36 ` [gatesgarth][PATCH 15/19] layer.conf: fix syntax error in PATH setting Anuj Mittal
2020-11-17 15:36 ` [gatesgarth][PATCH 16/19] libbsd: Remove BSD-4-Clause from main package Anuj Mittal
2020-11-17 15:36 ` [gatesgarth][PATCH 17/19] kernel: provide module.lds for out of tree builds in v5.10+ Anuj Mittal
2020-11-17 17:05   ` [OE-core] " Bruce Ashfield
2020-11-17 15:36 ` [gatesgarth][PATCH 18/19] gstreamer1.0: warn the user when something is wrong with GstBufferPool Anuj Mittal
2020-11-17 15:36 ` [gatesgarth][PATCH 19/19] diffstat: add nativesdk to BBCLASSEXTEND Anuj Mittal
2020-11-17 16:25 ` [OE-core] [gatesgarth][PATCH 00/19] gatesgarth review request Martin Jansa
2020-11-17 23:19   ` Anuj Mittal

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=a91308482e1bb524df413d4342a9ebb472314663.1605626675.git.anuj.mittal@intel.com \
    --to=anuj.mittal@intel.com \
    --cc=openembedded-core@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.