You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: components/esp_partition/host_test/partition_api_test/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,9 @@
1
1
| Supported Targets | Linux |
2
2
| ----------------- | ----- |
3
3
4
-
This is a test project for verification of esp_partition component APIs on Linux target (CONFIG_IDF_TARGET_LINUX).
4
+
This is a test project for verification of 'esp_partition' component APIs on Linux target (CONFIG_IDF_TARGET_LINUX).
5
5
It verifies all important APIs and properties, and prints the results.
6
-
The Block-Device Layer tests have names with a prefix 'test_parition_bdl', available in 'components/esp_partition/host_test/partition_bdl_test', and the tests check all the BDL operations and commands related to 'esp_partition' (on host side)
6
+
The Block-Device Layer tests have names with a prefix 'test_partition_bdl', available in 'components/esp_partition/host_test/partition_bdl_test', and the tests check all the BDL operations and commands related to 'esp_partition' (on host side)
Copy file name to clipboardExpand all lines: components/esp_partition/test_apps/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
| Supported Targets | ESP32 | ESP32-C3 |
2
2
| ----------------- | ----- | -------- |
3
3
4
-
This is a test app for esp_partition component. It verifies all important APIs and properties, and prints the results.
4
+
This is a test app for 'esp_partition' component. It verifies all the important APIs and properties and prints the results.
5
5
The Block Device Layer related tests have names with a prefix 'test_bdl', and they check all the BDL operations related to 'esp_partition' including parallel access to 2 partitions.
6
6
7
7
In CI, it is sufficient to run this test for one chip of each architecture.
0 commit comments