criteo / hwbench

hwbench is a benchmark orchestration tool to automate the low-level testing of servers.
Apache License 2.0
19 stars 4 forks source link

Clarify config files management #19

Closed ErwanAliasr1 closed 4 months ago

ErwanAliasr1 commented 4 months ago

The existing code was generating confusion by calling both the jobs file and the credential file "config".

This PR is about updating the semantics to be more explicit that there are two files, one for the jobs, and one for the credentials. This PR is also improving the behavior by only connecting the BMC if at least one job requires it.