| /openbmc/phosphor-ipmi-flash/bmc/firmware-handler/test/ |
| H A D | firmware_skip_unittest.cpp | 14 SkipAction skip; in TEST() local 15 EXPECT_TRUE(skip.trigger()); in TEST() 17 skip.setCallback([&](TriggerableActionInterface&) { i++; }); in TEST() 18 EXPECT_TRUE(skip.trigger()); in TEST() 20 EXPECT_TRUE(skip.trigger()); in TEST() 26 SkipAction skip; in TEST() local 27 EXPECT_EQ(ActionStatus::success, skip.status()); in TEST() 28 EXPECT_TRUE(skip.trigger()); in TEST() 29 EXPECT_EQ(ActionStatus::success, skip.status()); in TEST() 34 SkipAction skip; in TEST() local [all …]
|
| /openbmc/qemu/tests/qemu-iotests/ |
| H A D | 160 | 47 for skip in $TEST_SKIP_BLOCKS; do 57 echo "== Converting the image with dd with skip=$skip ==" 59 $QEMU_IMG dd if="$TEST_IMG" of="$TEST_IMG.out" skip="$skip" -O "$IMGFMT" \ 62 dd if="$TEST_IMG" of="$TEST_IMG.out.dd" skip="$skip" status=none
|
| H A D | 261 | 171 dd if="$TEST_IMG.v2.orig" of="$TEST_DIR/sn0-pre" bs=1 skip=$sn0_ofs count=40 \ 173 dd if="$TEST_IMG.v2.orig" of="$TEST_DIR/sn1-pre" bs=1 skip=$sn1_ofs count=40 \ 175 dd if="$TEST_IMG.v2.orig" of="$TEST_DIR/sn2-pre" bs=1 skip=$sn2_ofs count=40 \ 180 skip=$((sn0_ofs + 40)) count=$sn0_eds &> /dev/null 182 skip=$((sn1_ofs + 40)) count=$sn1_eds &> /dev/null 184 skip=$((sn2_ofs + 40)) count=$sn2_eds &> /dev/null 188 skip=$((sn0_ofs + 40 + sn0_eds)) count=$sn0_ids \ 191 skip=$((sn1_ofs + 40 + sn1_eds)) count=$sn1_ids \ 194 skip=$((sn2_ofs + 40 + sn2_eds)) count=$sn2_ids \
|
| /openbmc/bmcweb/redfish-core/include/ |
| H A D | gzfile.hpp | 19 bool gzGetLines(const std::string& filename, uint64_t skip, uint64_t top, in gzGetLines() argument 29 if (!readFile(logStream, skip, top, logEntries, logCount)) in gzGetLines() 58 bool readFile(gzFile logStream, uint64_t skip, uint64_t top, in readFile() argument 76 if (!hostLogEntryParser(bufferStr, skip, top, logEntries, logCount)) in readFile() 86 bool hostLogEntryParser(const std::string& bufferStr, uint64_t skip, in hostLogEntryParser() argument 116 if (logCount > skip && logCount <= (skip + top)) in hostLogEntryParser() 147 if (logCount > skip && logCount <= (skip + top)) in hostLogEntryParser() 183 if ((logCount + 1) > skip && (logCount + 1) <= (skip + top)) in hostLogEntryParser()
|
| /openbmc/qemu/docs/spin/ |
| H A D | win32-qemu-event.promela | 47 :: else -> skip; \ 49 :: else -> skip; \ 53 :: else -> skip; \ 64 :: else -> skip; \ 70 :: else -> skip; \ 74 :: else -> skip; \ 76 :: else -> skip; \ 87 :: else -> skip; 89 :: else -> skip;
|
| H A D | aio_notify_bug.promela | 42 :: else -> skip; 56 :: event -> skip; \ 59 :: else -> skip; \ 71 :: event -> skip; \ 74 :: else -> skip; \ 102 :: true -> skip; 124 :: true -> skip; 129 :: !event && notifier_done -> do :: true -> skip; od;
|
| H A D | aio_notify_accept.promela | 55 :: else -> skip; 62 :: else -> skip; 75 :: event -> skip; \ 78 :: else -> skip; \ 85 :: else -> skip; \ 114 :: true -> skip; 136 :: true -> skip; 141 :: !event && notifier_done -> do :: true -> skip; od;
|
| H A D | tcg-exclusive.promela | 94 :: else -> skip; \ 129 :: else -> skip; \ 132 :: else -> skip; \ 149 :: else -> skip; \ 153 :: else -> skip; \ 167 :: else -> skip; \ 170 :: else -> skip; \ 174 :: else -> skip; \ 222 :: ! LIVENESS -> accept_liveness: skip
|
| /openbmc/u-boot/test/py/tests/ |
| H A D | test_net.py | 87 pytest.skip('No DHCP server available') 106 pytest.skip('No static network configuration is defined') 124 pytest.skip('Network not initialized') 141 pytest.skip('Network not initialized') 145 pytest.skip('No TFTP readable file to read') 182 pytest.skip('Network not initialized') 186 pytest.skip('No NFS readable file to read')
|
| /openbmc/qemu/scripts/ |
| H A D | modinfo-collect.py | 11 skip = False 14 if skip: 15 skip = False 18 skip = True 21 skip = True
|
| H A D | check_sparse.py | 15 skip = True 23 if skip: 24 skip = False 28 skip = True
|
| /openbmc/openbmc/poky/meta/lib/patchtest/tests/ |
| H A D | test_metadata.py | 21 self.skip('No added recipes, skipping test') 57 self.skip('No added recipes, skipping test') 75 self.skip('No modified recipes, skipping test') 114 self.skip("Patch cannot be merged") 116 self.skip('No modified recipes, skipping pretest') 131 self.skip("Patch cannot be merged") 133 self.skip('No modified recipes, skipping pretest') 177 self.skip('No added recipes, skipping test') 200 self.skip("No modified recipes or older target branch, skipping test")
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/kpatch/kpatch/ |
| H A D | 0002-kpatch-build-allow-overriding-of-distro-name.patch | 30 echo " --skip-cleanup Skip post-build cleanup" >&2 31 echo " --skip-gcc-check Skip gcc version matching check" >&2 35 …inux:,jobs:,target:,name:,output:,oot-module:,debug,cross-compile:,skip-gcc-check,skip-cleanup" --… 36 …bs:,target:,name:,output:,oot-module:,debug,cross-compile:,distro:,skip-gcc-check,skip-cleanup" --… 48 --skip-cleanup)
|
| /openbmc/bmcweb/redfish-core/lib/ |
| H A D | systems_logservices_hostlogger.hpp | 73 const std::vector<std::filesystem::path>& hostLoggerFiles, uint64_t skip, in getHostLoggerEntries() argument 81 if (!logFile.gzGetLines(it.string(), skip, top, logEntries, logCount)) in getHostLoggerEntries() 92 if (logCount > skip && logCount <= (skip + top)) in getHostLoggerEntries() 198 size_t skip = delegatedQuery.skip.value_or(0); in handleSystemsLogServicesHostloggerEntriesGet() local 204 if (!getHostLoggerEntries(hostLoggerFiles, skip, top, logEntries, logCount)) in handleSystemsLogServicesHostloggerEntriesGet() 221 fillHostLoggerEntryJson(std::to_string(skip + i), logEntries[i], in handleSystemsLogServicesHostloggerEntriesGet() 227 if (skip + top < logCount) in handleSystemsLogServicesHostloggerEntriesGet() 233 std::to_string(skip + top); in handleSystemsLogServicesHostloggerEntriesGet()
|
| H A D | systems_logservices_postcodes.hpp | 198 const uint64_t skip = 0, const uint64_t top = 0) in fillPostCodeEntry() argument 234 (currentCodeIndex <= skip || currentCodeIndex > top)) in fillPostCodeEntry() 382 const uint64_t entryCount, size_t skip, size_t top) in getPostCodeForBoot() argument 386 [asyncResp, bootIndex, bootCount, entryCount, skip, in getPostCodeForBoot() 402 if (skip < endCount && (top + skip) > entryCount) in getPostCodeForBoot() 405 std::max(static_cast<uint64_t>(skip), entryCount) - in getPostCodeForBoot() 408 std::min(static_cast<uint64_t>(top + skip), endCount) - in getPostCodeForBoot() 422 bootCount, endCount, skip, top); in getPostCodeForBoot() 424 else if (skip + top < endCount) in getPostCodeForBoot() 430 std::to_string(skip + top); in getPostCodeForBoot() [all …]
|
| /openbmc/openbmc/poky/meta/recipes-kernel/lttng/lttng-tools/ |
| H A D | 0001-tests-add-check_skip_kernel_test-to-check-root-user-.patch | 15 Add LTTNG_TOOLS_DISABLE_KERNEL_TESTS to skip the lttng kernel features 105 -skip $isroot "Root access is needed. Skipping all tests." $NUM_TESTS || 131 -skip $isroot "Root access is needed for kernel testing, skipping." 9 || 150 -skip $isroot "Root access is needed. Skipping all tests." $NUM_TESTS || 169 -skip $isroot "Root access is needed. Skipping all tests." "$NUM_TESTS" || 188 -skip $isroot "Root access is needed. Skipping all tests." $NUM_TESTS || 207 -skip $isroot "Root access is needed. Skipping all tests." $NUM_TESTS || 226 -skip $isroot "Root access is needed. Skipping all tests." $NUM_TESTS || 245 -skip $isroot "Root access is needed. Skipping all tests." $NUM_TESTS || 264 -skip $isroot "Root access is needed. Skipping all tests." $NUM_TESTS || [all …]
|
| /openbmc/openbmc/poky/scripts/contrib/ |
| H A D | convert-overrides.py | 66 skips = args.skip 110 skip = False 113 skip = True 115 skip = False 119 skip = True 120 if not skip:
|
| /openbmc/openbmc-test-automation/lib/ |
| H A D | boot_utils.robot | 13 # stack_mode If stack_mode is set to "skip", each test 20 # are performed. "skip" mode is useful when 39 # stack_mode If stack_mode is set to "skip", each test 46 # are performed. "skip" mode is useful when 65 # stack_mode If stack_mode is set to "skip", each test 72 # are performed. "skip" mode is useful when 91 # stack_mode If stack_mode is set to "skip", each test 98 # are performed. "skip" mode is useful when 117 # stack_mode If stack_mode is set to "skip", each test 124 # are performed. "skip" mode is useful when [all …]
|
| /openbmc/qemu/tests/tcg/ppc64/ |
| H A D | Makefile.target | 17 $(call skip-test, $<, "BROKEN (flaky with clang) ") 19 $(call skip-test, $<, "BROKEN (flaky with clang) ") 22 $(call skip-test, $<, "BROKEN (flaky with clang) ") 24 $(call skip-test, $<, "BROKEN (flaky with clang) ")
|
| /openbmc/u-boot/board/keymile/km_arm/ |
| H A D | fpga_config.c | 104 int skip; variable 112 skip = 0; in trigger_fpga_config() 115 skip = 1; in trigger_fpga_config() 163 if (skip) in wait_for_fpga_config() 231 resets = skip ? PCIE_RST : PCIE_RST | TRAFFIC_RST; in fpga_reset()
|
| /openbmc/u-boot/test/ |
| H A D | run | 44 [ "$1" == "quick" ] && skip=--skip-net-tests 45 run_test "buildman" ./tools/buildman/buildman -t ${skip}
|
| /openbmc/qemu/tests/functional/ |
| H A D | test_netdev_ethtool.py | 10 from unittest import skip 73 @skip("Incomplete reg 0x00178 support") 77 @skip("Incomplete reg 0x00178 support")
|
| /openbmc/openbmc/poky/meta/recipes-devtools/python/python3/ |
| H A D | 0001-test_shutdown-skip-problematic-test.patch | 4 Subject: [PATCH] test_shutdown: skip problematic test 24 +@unittest.skip("skipping problematic test") 32 +@unittest.skip("skipping problematic test") 40 +@unittest.skip("skipping problematic test")
|
| /openbmc/qemu/tests/tcg/aarch64/ |
| H A D | Makefile.softmmu-target | 64 $(call skip-test, $<, "MANUAL ONLY") 67 $(call skip-test, $<, "MANUAL ONLY") 100 $(call skip-test, "BUILD of $@", "missing compiler support") 102 $(call skip-test, "RUN of pauth-3", "not built") 128 $(call skip-test "RUN of gdbstub-mte", "GDB does not support MTE in baremetal!") 132 $(call skip-test, "BUILD of $@", "missing compiler support") 134 $(call skip-test, "RUN of mte", "not build")
|
| /openbmc/qemu/contrib/plugins/ |
| H A D | execlog.c | 180 bool skip = (imatches || amatches); in vcpu_tb_trans() local 206 if (skip && imatches) { in vcpu_tb_trans() 208 for (j = 0; j < imatches->len && skip; j++) { in vcpu_tb_trans() 211 skip = false; in vcpu_tb_trans() 217 if (skip && amatches) { in vcpu_tb_trans() 219 for (j = 0; j < amatches->len && skip; j++) { in vcpu_tb_trans() 222 skip = false; in vcpu_tb_trans() 241 skip = false; in vcpu_tb_trans() 256 if (skip) { in vcpu_tb_trans() 289 skip = (imatches || amatches); in vcpu_tb_trans()
|