[SERVER-36806] Powercycle option parsing for fsmWorkloadFiles & fsmWorkloadBlacklistFiles does not save them in the YML option file Created: 22/Aug/18  Updated: 06/Dec/22  Resolved: 11/May/20

Status: Closed
Project: Core Server
Component/s: Testing Infrastructure
Affects Version/s: None
Fix Version/s: None

Type: Bug Priority: Major - P3
Reporter: Jonathan Abrahams Assignee: Backlog - Server Tooling and Methods (STM) (Inactive)
Resolution: Won't Fix Votes: 0
Labels: stm, tig-powercycle
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Issue Links:
Related
Assigned Teams:
Server Tooling & Methods
Operating System: ALL
Participants:
Linked BF Score: 54

 Description   

The default value for --fsmWorkloadFiles & --fsmWorkloadBlacklistFiles options is [] (empty list). These options are not being saved when the --saveConfigOptions is selected. The options should default to None and the test for them should be as follows:

    fsm_workload_files = []
    if options.fsm_workload_files:
        for fsm_workload_file in options.fsm_workload_files:
            fsm_workload_files += fsm_workload_file.replace(" ", "").split(",")
    fsm_workload_blacklist_files = []
    if options.fsm_workload_blacklist_files:
        for fsm_workload_blacklist_file in options.fsm_workload_blacklist_files:
            fsm_workload_blacklist_files += fsm_workload_blacklist_file.replace(" ", "").split(",")



 Comments   
Comment by Ryan Timmons [ 11/May/20 ]

Closing as wont-fix to indicate that there is currently no intention of doing this. Please re-open if there is priority for this. Perhaps this change could self-service by an appropriate server team if this is necessary rather than having to go thru the STM prioritization queue.

Generated at Thu Feb 08 04:44:08 UTC 2024 using Jira 9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66.