Home
last modified time | relevance | path

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

/mcuboot-2.7.6/.github/workflows/
Dmynewt.yaml26 ./ci/check-signed-off-by.sh
29 ./ci/mynewt_install.sh
32 ./ci/mynewt_run.sh
Dsim.yaml53 ./ci/check-signed-off-by.sh
60 ./ci/sim_install.sh
63 ./ci/sim_run.sh
Dimgtool.yaml24 ./ci/imgtool_install.sh
30 ./ci/imgtool_run.sh
/mcuboot-2.7.6/
D.travis.yml61 ./ci/check-signed-off-by.sh
68 - ./ci/${TEST}_install.sh
71 - ./ci/${TEST}_run.sh
DREADME.md8 [![Build Status (Travis CI)](https://img.shields.io/travis/mcu-tools/mcuboot/main.svg?label=travis-
16 [travis]: https://travis-ci.org/mcu-tools/mcuboot
D.mbedignore5 ci/*
/mcuboot-2.7.6/ci/
Dfih-tests_run.sh26 …d):/root/work/tfm:rw,z mcuboot/fih-test /bin/sh -c '/root/work/tfm/mcuboot/ci/fih_test_docker/exec…
28 …d):/root/work/tfm:rw,z mcuboot/fih-test /bin/sh -c '/root/work/tfm/mcuboot/ci/fih_test_docker/exec…
Dsim_install.sh15 pip3 install --user -r ci/requirements.txt
Dmynewt_run.sh23 for target in $(ls ci/mynewt_targets); do
Dimgtool_run.sh36 python ../ci/compare_versions.py --old $last_release --new $repo_version
Dsim_run.sh15 GET_FEATURES="$(pwd)/ci/get_features.py"
/mcuboot-2.7.6/ci/fih_test_docker/
Dexecute_test.sh56 $MCUBOOT_PATH/ci/fih_test_docker/run_fi_test.sh $BOOTLOADER_AXF $SKIP_SIZE $DAMAGE_TYPE> fih_test_o…
65 python3 $MCUBOOT_PATH/ci/fih_test_docker/generate_test_report.py fih_test_output.yaml
/mcuboot-2.7.6/docs/
Ddesign.md1210 ## [Testing in CI](#testing-in-ci)
1214 The CI currently tests the Fault Injection Hardening feature of MCUboot by
1237 To run on a desired architecture in the CI, the tests need to be executed on an
1238 emulator (as real devices are not available in the CI environment). For this
1245 The tests run in a docker container inside the CI VMs, to make it more easy to
1246 deploy build and test environment (QEMU, compilers, interpreters). The CI VMs
1253 # Implemented in ci/fih-tests_install.sh
1256 # See details below. Implemented in ci/fih-tests_run.sh.
1257 # Calling the function with different parameters is done by Travis CI based on
1262 # implemented in ci/fih_test_docker/execute_test.sh
[all …]
/mcuboot-2.7.6/ci/mynewt_targets/ecdsa/
Dsyscfg.yml20 - '@mcuboot/ci/mynewt_targets/basic/syscfg.yml'
/mcuboot-2.7.6/ci/mynewt_targets/bootserial/
Dsyscfg.yml20 - '@mcuboot/ci/mynewt_targets/basic/syscfg.yml'
/mcuboot-2.7.6/ci/mynewt_targets/rsa_rsaoaep/
Dsyscfg.yml20 - '@mcuboot/ci/mynewt_targets/basic/syscfg.yml'
/mcuboot-2.7.6/ci/mynewt_targets/ecdsa_kw/
Dsyscfg.yml20 - '@mcuboot/ci/mynewt_targets/basic/syscfg.yml'
/mcuboot-2.7.6/ci/mynewt_targets/rsa/
Dsyscfg.yml20 - '@mcuboot/ci/mynewt_targets/basic/syscfg.yml'
/mcuboot-2.7.6/ci/mynewt_targets/rsa_overwriteonly/
Dsyscfg.yml20 - '@mcuboot/ci/mynewt_targets/basic/syscfg.yml'
/mcuboot-2.7.6/ci/mynewt_targets/rsa_rsaoaep_bootstrap/
Dsyscfg.yml20 - '@mcuboot/ci/mynewt_targets/basic/syscfg.yml'
/mcuboot-2.7.6/ci/mynewt_targets/rsa_kw/
Dsyscfg.yml20 - '@mcuboot/ci/mynewt_targets/basic/syscfg.yml'
/mcuboot-2.7.6/ptest/src/
Dmain.rs246 .arg("./ci/sim_run.sh") in run()
/mcuboot-2.7.6/boot/cypress/
DMakefile42 # Weather or now execute post build script after build - set to 0 for CI
/mcuboot-2.7.6/sim/mcuboot-sys/
Dbuild.rs362 // FIXME: travis-ci still uses gcc 4.8.4 which defaults to std=gnu90. in main()