setup_psr_feature ================= **Source code:** `setup_psr_feature.py `_ A test to set/check PSR EOM NVAR and start PSR Log. Description ----------- This test does one of these action: set EOM NVAR(close manufacturing), check EOM NVAR value equals 1 or start PSR log. Test Procedure -------------- This pytest does not require operator interaction. Dependency ---------- - `intel-psrtool` Examples -------- To set PSR EOM NVAR, add this to test list:: { "pytest_name": "setup_psr_feature", "args": { "action": "set" } } To start PSR log, add this to test list:: { "pytest_name": "setup_psr_feature", "args": { "action": "start" } } Test Arguments -------------- .. list-table:: :widths: 20 10 60 :header-rows: 1 :align: left * - Name - Type - Description * - action - ['set', 'start'] - Which action to do.