Added PERF_ tests to automated pool

pull/475/head
Przemek Wirkus 2014-08-20 16:53:55 +01:00
parent 65627812c5
commit 414a87083a
1 changed files with 3 additions and 3 deletions

View File

@ -292,7 +292,7 @@ TESTS = [
"id": "PERF_1", "description": "SD Stdio R/W Speed",
"source_dir": join(TEST_DIR, "mbed", "sd_perf_stdio"),
"dependencies": [MBED_LIBRARIES, TEST_MBED_LIB, FS_LIBRARY],
"automated": False,
"automated": True,
"duration": 15,
"peripherals": ["SD"]
},
@ -300,7 +300,7 @@ TESTS = [
"id": "PERF_2", "description": "SD FileHandle R/W Speed",
"source_dir": join(TEST_DIR, "mbed", "sd_perf_fhandle"),
"dependencies": [MBED_LIBRARIES, TEST_MBED_LIB, FS_LIBRARY],
"automated": False,
"automated": True,
"duration": 15,
"peripherals": ["SD"]
},
@ -308,7 +308,7 @@ TESTS = [
"id": "PERF_3", "description": "SD FatFS R/W Speed",
"source_dir": join(TEST_DIR, "mbed", "sd_perf_fatfs"),
"dependencies": [MBED_LIBRARIES, TEST_MBED_LIB, FS_LIBRARY],
"automated": False,
"automated": True,
"duration": 15,
"peripherals": ["SD"]
},