Searched refs:test (Results 1 – 22 of 22) sorted by relevance
/mcuboot-latest/ci/fih_test_docker/ |
D | utils.py | 42 for test in results: 43 test = test["skip_test"] 47 if test["test_exec_ok"]: 50 if "skipped" in test.keys() and not test["skipped"]: 55 if test["boot"]: 59 failed_boot_last_lines.update([test["last_line"]]) 61 exec_fail_reasons.update([test["test_exec_fail_reason"]])
|
/mcuboot-latest/sim/src/ |
D | depends.rs | 27 test: DepTest, field 31 pub fn new(number: usize, test: &DepTest) -> BoringDep { in new() 34 test: test.clone(), in new() 41 let slot = if self.test.downgrade { in my_version() 121 test: DepTest, field 132 test: deps.clone(), in new() 139 let slot = if self.test.downgrade { in my_version() 153 match self.test.depends[self.number] { in my_deps()
|
/mcuboot-latest/docs/ |
D | testplan-zephyr.md | 1 # Zephyr test plan 11 test case and expected result. 15 The tests are build using the various `test-*` targets in 16 `samples/zephyr/Makefile`. For each test, invoke `make` with that 19 $ make test-good-rsa 36 Note that there are comments with each test target describing the 42 This should print a message: `boot_swap_type: Swap type: test`, and 71 Repeat these steps for each of the `test-*` targest in the Makefile.
|
D | testplan-mynewt.md | 1 ## MCUboot test plan 37 test image and check that swap only happens for image signed with 43 * `newtmgr image test <hash of slot 1>` 61 test image and check that swap only happens for image signed with 72 * `newtmgr image test <hash of slot 1>` 125 DISCLAIMER: be careful with copy/paste of commands, this test uses another
|
D | index.md | 52 - [Zephyr](testplan-zephyr.md) - Zephyr test plan 53 - [Apache Mynewt](testplan-mynewt.md) - Apache Mynewt test plan
|
D | release-notes.md | 23 - Update ptest to support test selection. Ptest can now be invoked with `list` 28 instance this reduces the test time from 2 hours to about 5 minutes. These 29 slow tests are useful, in that they test bad powerdown recovery, but are 180 - Remove zephyr example test running in shell. The Go version is 210 - Cargo files moved to top level, now `cargo test` can be run from the 510 - The simulator is now able to test RSA signatures. 540 - A swapping upgrade which enables image test, allowing for rollback to a
|
D | release.md | 55 under test, while numbers are accepted only for the final releases.
|
D | readme-zephyr.md | 208 and marked it as test/confirmed but MCUboot will not swap the images and
|
/mcuboot-latest/sim/ |
D | README.rst | 35 $ cargo test 41 There are several different features you can test. For example, 44 $ cargo test --features sig-rsa 59 $ cargo test -- basic_revert 61 which will run only the `basic_revert` test.
|
/mcuboot-latest/samples/zephyr/ |
D | .gitignore | 2 test-images.zip
|
D | run-tests.go | 85 for _, test := range group.Tests { 89 err = runCommands(test.Build, lg) 102 err = runCommands(test.Commands, lg) 107 err = expect(lg, lines, test.Expect)
|
D | README.md | 10 details on how to build and test this application.
|
/mcuboot-latest/sim/mcuboot-sys/csupport/mcuboot_config/ |
D | mcuboot_assert.h | 25 void sim_assert(int, const char *test, const char *, unsigned int, const char *);
|
/mcuboot-latest/ |
D | Cargo.toml | 10 [profile.test]
|
/mcuboot-latest/boot/bootutil/zephyr/ |
D | CMakeLists.txt | 21 # allowing the test-build with the hooks feature enabled.
|
/mcuboot-latest/sim/tests/ |
D | core.rs | 29 #[test] 42 ($name:ident, $maker:ident($($margs:expr),*), $test:ident($($targs:expr),*)) => { 46 assert!(!image.$test($($targs),*));
|
/mcuboot-latest/sim/simflash/src/ |
D | pdump.rs | 75 #[test]
|
D | lib.rs | 307 #[cfg(test)] 308 mod test { module 311 #[test]
|
/mcuboot-latest/ptest/src/ |
D | main.rs | 51 let matrix = if args.test.len() == 0 { matrix } else { in main() 52 matrix.only(&args.test) in main() 105 test: Vec<usize>, field
|
/mcuboot-latest/ext/tinycrypt/documentation/ |
D | tinycrypt.rst | 287 The library provides a test program for each cryptographic primitive (see 'test' 290 well-known publicly validated test vectors. 293 battery test to produce meaningful conclusions, we suggest the user to evaluate 297 For the case of the EC-DH and EC-DSA implementations, most of the test vectors
|
/mcuboot-latest/boot/cypress/BlinkyApp/ |
D | Readme.md | 1 ### Blinking LED test application for MCUboot bootloader
|
/mcuboot-latest/boot/zephyr/ |
D | Kconfig.serial_recovery | 205 state command can be used to mark an image as test/confirmed.
|