Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: test/config_test/test08/test_data.py
- Revision:
- 36:96847d42f010
- Parent:
- 35:da9c89f8be7d
- Child:
- 37:f8cfeb185c30
diff -r da9c89f8be7d -r 96847d42f010 test/config_test/test08/test_data.py
--- a/test/config_test/test08/test_data.py Wed Feb 15 13:53:18 2017 -0600
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,58 +0,0 @@
-# This build on top of test7 by adding some configuration values in targets
-# and overriding them in the application
-
-expected_results = {
- "base": {
- "desc": "override values based on labels with libs and target params (no labels)",
- "app.app1": "v_app1",
- "app.app2": "v_app2",
- "lib1.p1": "v_p1_lib1_app",
- "lib1.p2": "v_p2_lib1",
- "lib1.p3": "v_p3_lib1_app",
- "lib2.p1": "v_p1_lib2_app",
- "lib2.p2": "v_p2_lib2",
- "target.par1": "v_par1_target_app",
- "target.par2": "v_par2_base",
- "target.par3": "v_par3_base"
- },
- "b1": {
- "desc": "override values based on labels with libs and target params (first label)",
- "app.app1": "v_app1[b1_label]",
- "app.app2": "v_app2",
- "lib1.p1": "v_p1_lib1_app",
- "lib1.p2": "v_p2_lib1",
- "lib1.p3": "v_p3_lib1_app",
- "lib2.p1": "v_p1_lib2_app",
- "lib2.p2": "v_p2_lib2[b1_label]",
- "target.par1": "v_par1_target_app",
- "target.par2": "v_par2_base",
- "target.par3": "v_par3_base"
- },
- "b2": {
- "desc": "override values based on labels with libs and target params (second label)",
- "app.app1": "v_app1",
- "app.app2": "v_app2[b2_label]",
- "lib1.p1": "v_p1_lib1_app",
- "lib1.p2": "v_p2_lib1[b2_label]",
- "lib1.p3": "v_p3_lib1_app",
- "lib2.p1": "v_p1_lib2_app",
- "lib2.p2": "v_p2_lib2[b2_label]",
- "target.par1": "v_par1_target_app",
- "target.par2": "v_par2_b2",
- "target.par3": "v_par3_base"
- },
- "both": {
- "desc": "override values based on labels with libs and target params (both labels)",
- "app.app1": "v_app1[b1_label]",
- "app.app2": "v_app2[b2_label]",
- "lib1.p1": "v_p1_lib1_app",
- "lib1.p2": "v_p2_lib1[b2_label]",
- "lib1.p3": "v_p3_lib1_app",
- "lib2.p1": "v_p1_lib2_app",
- "lib2.p2": "v_p2_lib2[b2_label]",
- "target.par1": "v_par1_target_app",
- "target.par2": "v_par2_b2",
- "target.par3": "v_par3_both",
- "target.par4": "v_par4_both"
- }
-}