Project

General

Profile

action #100868

Updated by zluo over 2 years ago

There is a lot of test runs of duplicated ncurses in console tests among functional group. In order to move ncurses out from them, we can add it into 'extra_tests_misc'. need at first a separat test suite 'extra_tests_console'. After this we can go further with removal of it from other tests. We can add extend the new test suite later for other tests which are duplicated tests like 'ncurses' into extra_tests_misc. 'ncurses'. 

 - create extra_tests_console.yaml, add and schedule ncurses it to start direct from hdd_1 hdd_1, start after test textmode installation for example. 
 - move ncurses out from other console tests where make sense sense. 

Back