Searched full:ci (Results 1 – 25 of 35) sorted by relevance
12
30 ./ci/check-signed-off-by.sh33 ./ci/mynewt_install.sh36 ./ci/mynewt_run.sh
51 ./ci/check-signed-off-by.sh54 ./ci/espressif_install.sh57 ./ci/espressif_run.sh
49 ./ci/check-signed-off-by.sh52 ./ci/fih-tests_install.sh57 ./ci/fih-tests_run.sh
67 ./ci/check-signed-off-by.sh74 ./ci/sim_install.sh77 ./ci/sim_run.sh
60 ./ci/imgtool_install.sh66 ./ci/imgtool_run.sh
58 $MCUBOOT_PATH/ci/fih_test_docker/run_fi_test.sh $BOOTLOADER_AXF_PATH $SKIP_SIZE $DAMAGE_TYPE> fih_t…67 python3 $MCUBOOT_PATH/ci/fih_test_docker/generate_test_report.py fih_test_output.yaml68 python3 $MCUBOOT_PATH/ci/fih_test_docker/validate_output.py fih_test_output.yaml $SKIP_SIZE $FIH_LE…
61 ./ci/check-signed-off-by.sh68 - ./ci/${TEST}_install.sh71 - ./ci/${TEST}_run.sh
9 [![Build Status (Travis CI)](https://img.shields.io/travis/mcu-tools/mcuboot/main.svg?label=travis-…18 [travis]: https://travis-ci.org/mcu-tools/mcuboot
7 ci/*
55 …w,z mcuboot/fih-test:$FIH_IMAGE_VERSION /bin/sh -c '/root/work/tfm/mcuboot/ci/fih_test_docker/exec…57 …w,z mcuboot/fih-test:$FIH_IMAGE_VERSION /bin/sh -c '/root/work/tfm/mcuboot/ci/fih_test_docker/exec…
15 pip3 install --user -r ci/requirements.txt
6 # This configuration file targets the building for CI environment and contains
20 - '@mcuboot/ci/mynewt_targets/basic/syscfg.yml'
1388 ## [Testing in CI](#testing-in-ci)1392 The CI currently tests the Fault Injection Hardening feature of MCUboot by1415 To run on a desired architecture in the CI, the tests need to be executed on an1416 emulator (as real devices are not available in the CI environment). For this1423 The tests run in a docker container inside the CI VMs, to make it more easy to1424 deploy build and test environment (QEMU, compilers, interpreters). The CI VMs1431 # Implemented in ci/fih-tests_install.sh1434 # See details below. Implemented in ci/fih-tests_run.sh.1435 # Calling the function with different parameters is done by Travis CI based on1440 # implemented in ci/fih_test_docker/execute_test.sh[all …]