Skip to content

libs/utils/env: Pass a force_new flag to force the creation of a new TestEnv

Darryl Green requested to merge github/fork/JaviMerino/test_env_reset into master

Created by: JaviMerino

TestEnv only creates one object per session. When you are experimenting, sometimes you need to change target_conf or test_conf and create a new TestEnv. Add a force_new flag to force TestEnv to reinitialize the platform with the new values.

Merge request reports