Nothing much yet just some test code:
$script_id='001.001';
$script_version='0.01';
$script_name='Up- Downgrading firmware';
$objective='The objective ...';
######
Logg_TC_init();
$result = "Passed";
$description = "log in using FTP";
$expected_result = "login granted";
Logg_TS_add();
sleep 10;
$result = "Passed";
$description = "start upload";
$expected_result = "upload finished";
Logg_TS_add();
|