TestEnv._init_platform: Remove nrg_model key from platform if None
Created by: cdleonard
There are checks like if "nrg_model" in platform but they return True if a None value is present. So make such that such a value is never present.
Signed-off-by: Leonard Crestez leonard.crestez@nxp.com