Home
last modified time | relevance | path

Searched full:ci (Results 1 – 25 of 35) sorted by relevance

12

/mcuboot-latest/.github/workflows/
Dmynewt.yaml30 ./ci/check-signed-off-by.sh
33 ./ci/mynewt_install.sh
36 ./ci/mynewt_run.sh
Despressif.yaml51 ./ci/check-signed-off-by.sh
54 ./ci/espressif_install.sh
57 ./ci/espressif_run.sh
Dfih_tests.yaml49 ./ci/check-signed-off-by.sh
52 ./ci/fih-tests_install.sh
57 ./ci/fih-tests_run.sh
Dsim.yaml67 ./ci/check-signed-off-by.sh
74 ./ci/sim_install.sh
77 ./ci/sim_run.sh
Dimgtool.yaml60 ./ci/imgtool_install.sh
66 ./ci/imgtool_run.sh
/mcuboot-latest/ci/fih_test_docker/
Dexecute_test.sh58 $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.yaml
68 python3 $MCUBOOT_PATH/ci/fih_test_docker/validate_output.py fih_test_output.yaml $SKIP_SIZE $FIH_LE…
/mcuboot-latest/
D.travis.yml-disabled61 ./ci/check-signed-off-by.sh
68 - ./ci/${TEST}_install.sh
71 - ./ci/${TEST}_run.sh
DREADME.md9 [![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
D.mbedignore7 ci/*
/mcuboot-latest/ci/
Dfih-tests_run.sh55 …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…
Dsim_install.sh15 pip3 install --user -r ci/requirements.txt
/mcuboot-latest/boot/espressif/ci_configs/
Dmulti-boot.conf6 # This configuration file targets the building for CI environment and contains
Dmulti-image.conf6 # This configuration file targets the building for CI environment and contains
Dserialrecovery.conf6 # This configuration file targets the building for CI environment and contains
Dsecureboot-sign-ec256.conf6 # This configuration file targets the building for CI environment and contains
Dsecureboot-sign-ed25519.conf6 # This configuration file targets the building for CI environment and contains
Dsecureboot-sign-rsa2048.conf6 # This configuration file targets the building for CI environment and contains
Dsecureboot-sign-rsa3072.conf6 # This configuration file targets the building for CI environment and contains
/mcuboot-latest/ci/mynewt_targets/bootserial/
Dsyscfg.yml20 - '@mcuboot/ci/mynewt_targets/basic/syscfg.yml'
/mcuboot-latest/ci/mynewt_targets/ecdsa/
Dsyscfg.yml20 - '@mcuboot/ci/mynewt_targets/basic/syscfg.yml'
/mcuboot-latest/ci/mynewt_targets/ecdsa_kw/
Dsyscfg.yml20 - '@mcuboot/ci/mynewt_targets/basic/syscfg.yml'
/mcuboot-latest/ci/mynewt_targets/rsa/
Dsyscfg.yml20 - '@mcuboot/ci/mynewt_targets/basic/syscfg.yml'
/mcuboot-latest/ci/mynewt_targets/rsa_overwriteonly/
Dsyscfg.yml20 - '@mcuboot/ci/mynewt_targets/basic/syscfg.yml'
/mcuboot-latest/ci/mynewt_targets/rsa_rsaoaep/
Dsyscfg.yml20 - '@mcuboot/ci/mynewt_targets/basic/syscfg.yml'
/mcuboot-latest/docs/
Ddesign.md1388 ## [Testing in CI](#testing-in-ci)
1392 The CI currently tests the Fault Injection Hardening feature of MCUboot by
1415 To run on a desired architecture in the CI, the tests need to be executed on an
1416 emulator (as real devices are not available in the CI environment). For this
1423 The tests run in a docker container inside the CI VMs, to make it more easy to
1424 deploy build and test environment (QEMU, compilers, interpreters). The CI VMs
1431 # Implemented in ci/fih-tests_install.sh
1434 # See details below. Implemented in ci/fih-tests_run.sh.
1435 # Calling the function with different parameters is done by Travis CI based on
1440 # implemented in ci/fih_test_docker/execute_test.sh
[all …]

12