Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 1/4] oeqa/selftest/cases/glibc.py: Don't install python3 and pexpect
@ 2019-09-04 14:23 Nathan Rossi
  2019-09-04 14:23 ` [PATCH 2/4] oeqa/selftest: For toolchain tests do not fail if a test failed Nathan Rossi
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Nathan Rossi @ 2019-09-04 14:23 UTC (permalink / raw)
  To: openembedded-core

When running the system emulation test case, do not include python3 or
pexpect in the image. The test cases that use these also need gdb (with
python configured).

Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
---
 meta/lib/oeqa/selftest/cases/glibc.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/lib/oeqa/selftest/cases/glibc.py b/meta/lib/oeqa/selftest/cases/glibc.py
index f836367094..6a34da39d9 100644
--- a/meta/lib/oeqa/selftest/cases/glibc.py
+++ b/meta/lib/oeqa/selftest/cases/glibc.py
@@ -60,8 +60,8 @@ class GlibcSelfTestSystemEmulated(GlibcSelfTest):
         "libstdc++",
         "libatomic",
         "libgomp",
-        "python3",
-        "python3-pexpect",
+        # "python3",
+        # "python3-pexpect",
         "nfs-utils",
         ]
 
---
2.23.0.rc1


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2019-09-04 14:32 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-09-04 14:23 [PATCH 1/4] oeqa/selftest/cases/glibc.py: Don't install python3 and pexpect Nathan Rossi
2019-09-04 14:23 ` [PATCH 2/4] oeqa/selftest: For toolchain tests do not fail if a test failed Nathan Rossi
2019-09-04 14:23 ` [PATCH 3/4] maintainers.inc: Add entries for toolchain related recipes Nathan Rossi
2019-09-04 14:23 ` [PATCH 4/4] oeqa/selftest: Toolchain tests suffix "-user" for qemu usermode results Nathan Rossi
2019-09-04 14:32 ` ✗ patchtest: failure for "oeqa/selftest/cases/glibc.py: ..." and 3 more Patchwork

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox