Home
last modified time | relevance | path

Searched refs:test (Results 1 – 22 of 22) sorted by relevance

/mcuboot-latest/ci/fih_test_docker/
Dutils.py42 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/
Ddepends.rs27 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/
Dtestplan-zephyr.md1 # 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.
Dtestplan-mynewt.md1 ## 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
Dindex.md52 - [Zephyr](testplan-zephyr.md) - Zephyr test plan
53 - [Apache Mynewt](testplan-mynewt.md) - Apache Mynewt test plan
Drelease-notes.md23 - 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
Drelease.md55 under test, while numbers are accepted only for the final releases.
Dreadme-zephyr.md208 and marked it as test/confirmed but MCUboot will not swap the images and
/mcuboot-latest/sim/
DREADME.rst35 $ 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.gitignore2 test-images.zip
Drun-tests.go85 for _, test := range group.Tests {
89 err = runCommands(test.Build, lg)
102 err = runCommands(test.Commands, lg)
107 err = expect(lg, lines, test.Expect)
DREADME.md10 details on how to build and test this application.
/mcuboot-latest/sim/mcuboot-sys/csupport/mcuboot_config/
Dmcuboot_assert.h25 void sim_assert(int, const char *test, const char *, unsigned int, const char *);
/mcuboot-latest/
DCargo.toml10 [profile.test]
/mcuboot-latest/boot/bootutil/zephyr/
DCMakeLists.txt21 # allowing the test-build with the hooks feature enabled.
/mcuboot-latest/sim/tests/
Dcore.rs29 #[test]
42 ($name:ident, $maker:ident($($margs:expr),*), $test:ident($($targs:expr),*)) => {
46 assert!(!image.$test($($targs),*));
/mcuboot-latest/sim/simflash/src/
Dpdump.rs75 #[test]
Dlib.rs307 #[cfg(test)]
308 mod test { module
311 #[test]
/mcuboot-latest/ptest/src/
Dmain.rs51 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/
Dtinycrypt.rst287 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/
DReadme.md1 ### Blinking LED test application for MCUboot bootloader
/mcuboot-latest/boot/zephyr/
DKconfig.serial_recovery205 state command can be used to mark an image as test/confirmed.