Passing parameters from test_params_pkg to driver

In reply to Fipser@VA:

Your agent (and driver) should have a configuration object that contains all the parameters regarding the functionality of the agent. You should create this configuration at the test level, set the parameters as required, store it in the config_db(), and retrieve it in the agent during the build() phase.