rdkcentral / python_raft

RAFT is a Python based testing framework for writing engineering tests. It provides a modular, config driven, low level testing framework
Apache License 2.0
3 stars 1 forks source link

Integrate decodeParams with singleton #70

Closed zghp closed 4 months ago

zghp commented 4 months ago

Goal

Get argument parsing from decodeParams to work as part of the singleton.

Acceptance Criteria

zghp commented 4 months ago

arguments are passed with the singleton initialisation (so config is also parsed but there's a minor issue with the code when trying to get device details so working on that right now).

zghp commented 4 months ago

added for review; refactoring the code based on comments

zghp commented 4 months ago

merged with develop