# Define your new unittest following the convention: # [unittest_name] # file = foo.flat # Name of the flat file to be used # smp = 2 # Number of processors the VM will use during this test # extra_params = -append # Additional parameters used # arch = arm/arm64 # Only if test case is specific to one # groups = group1 group2 # Used to identify test cases with run_tests -g ... # # Test that the configured number of processors (smp = ), and # that the configured amount of memory (-m ) are correctly setup # by the framework. # [selftest::setup] file = selftest.flat smp = 1 extra_params = -m 256 -append 'setup smp=1 mem=256' groups = selftest