Variable NodeConfig.test_validators

Should only be set if test is set, can be set to the number of desired enrollment in the test Genesis block (1 - 6)

struct NodeConfig
{
  // ...
  ubyte test_validators ;
  // ...
}