Leveraging the better isulation between tests to load balance the 4 carved

turkey tests.
This commit is contained in:
Laura Caulfield 2015-09-14 16:26:02 -07:00
Родитель ec5e4bbb5a
Коммит 7da3031011
3 изменённых файлов: 10 добавлений и 4 удалений

Просмотреть файл

@ -33,10 +33,16 @@ use warnings;
use DeviceDB;
use Util;
$device_db{'HFS960GD0EED-541'} =
$device_db{'NVMe f16s_2048h4x4'} =
{
'Friendly Name' => 'SK Hynix PE3011 960GB ES',
'Rated PE Cycles' => 15000,
};
$device_db{'NVMe HFS960GD0EED-541'} =
{
'Friendly Name' => 'SK Hynix PE3011 960GB CS',
'Rated PE Cycles' => 15000,
'Friendly Name' => 'SK Hynix PE3011 960GB',
};
$device_db{'HFS480G32MNB-2000A'} =

Просмотреть файл

@ -36,3 +36,5 @@ do_matrix(
warmup_time => 300,
run_time => 3600
);
include 'targeted_tests.rcp';

Просмотреть файл

@ -36,5 +36,3 @@ do_matrix(
warmup_time => 300,
run_time => 3600
);
include 'targeted_tests.rcp';