How to execute sequence from test?

In reply to cgales:

Thanks cgales,
Got It, I won’t running a sequence with default_sequence method. but at this time this is for understanding each method. so please understand me.

so I make 2 run_tests

  1. for uvm_config_wrapper test
  2. for sequence from uvm_test test

I understand sequence from test need raise/drop objection as your answer,
but I can’t understand still I need raise/drop objection in uvm_config_wrapper?

Could you guide me with some code for understand? My run_phase still immediately end.