Lines Matching full:ci
1210 ## [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
1265 # implemented in ci/fih_test_docker/damage_image.py
1268 # implemented in ci/fih_test_docker/run_fi_test.sh
1279 # this part is implemented in ci/fih_test_docker/fi_tester_gdb.sh
1314 $ ./ci/fih-tests_install.sh
1316 DAMAGE_TYPE=SIGNATURE ./ci/fih-tests_run.sh
1318 On the travis CI the environment variables in the last command are set based on
1326 - The docker image needs to be built with `ci/fih-tests_install.sh` as described