diff options
author | Khem Raj <raj.khem@gmail.com> | 2025-04-12 10:10:32 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-04-12 10:11:32 -0700 |
commit | aabf9768d035ec8554a68969eaf2aec52eb1f300 (patch) | |
tree | 3e0155864ad217980be319d7bcd26ae9a4e7e6d8 | |
parent | 34b4c40f473e09a93d39eb46b89eb4e286e29b38 (diff) | |
download | meta-openembedded-aabf9768d035ec8554a68969eaf2aec52eb1f300.tar.gz |
meta-networking-image-ptest-all: Do not run PTESTS_PROBLEMS_META_NETWORKING
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-networking/recipes-core/images/meta-networking-image-ptest-all.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-core/images/meta-networking-image-ptest-all.bb b/meta-networking/recipes-core/images/meta-networking-image-ptest-all.bb index 6d96d4a876..ed58063414 100644 --- a/meta-networking/recipes-core/images/meta-networking-image-ptest-all.bb +++ b/meta-networking/recipes-core/images/meta-networking-image-ptest-all.bb | |||
@@ -9,7 +9,7 @@ REQUIRED_DISTRO_FEATURES = "ptest" | |||
9 | require conf/include/ptest-packagelists-meta-networking.inc | 9 | require conf/include/ptest-packagelists-meta-networking.inc |
10 | 10 | ||
11 | # Include the full set of ptests | 11 | # Include the full set of ptests |
12 | PTESTS_META_NETWORKING = "${PTESTS_FAST_META_NETWORKING} ${PTESTS_SLOW_META_NETWORKING} ${PTESTS_PROBLEMS_META_NETWORKING}" | 12 | PTESTS_META_NETWORKING = "${PTESTS_FAST_META_NETWORKING} ${PTESTS_SLOW_META_NETWORKING}" |
13 | 13 | ||
14 | do_testimage[noexec] = "1" | 14 | do_testimage[noexec] = "1" |
15 | do_testimage[depends] = "${@' '.join(['meta-networking-image-ptest-'+x+':do_testimage' for x in d.getVar('PTESTS_META_NETWORKING').split()])}" | 15 | do_testimage[depends] = "${@' '.join(['meta-networking-image-ptest-'+x+':do_testimage' for x in d.getVar('PTESTS_META_NETWORKING').split()])}" |