Skip to content

Commit f142977

Browse files
committed
[HTX] Mark HTX plugin as optional
HTX plugin has limited use case in testing OpenPower systems and we may not need to run this plugin by default. $ ./servicereport -l servicereport 2.2.1 The following plugins are applicable: Name Tags Description daemon M Daemon availability checks fadump M FADump configuration check htx O HTX configuration check package M Package availability check Tag Info: M: Mandatory plugin (runs by default) O: Optional plugin (use -o option to enable) Signed-off-by: Sourabh Jain <sourabhjain@linux.ibm.com>
1 parent 59b372c commit f142977

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • servicereportpkg/validate/plugins

servicereportpkg/validate/plugins/htx.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ def __init__(self):
2222
Plugin.__init__(self)
2323
self.name = HTX.__name__
2424
self.description = HTX.__doc__
25+
self.optional = True
2526
self.service_name = "htxd"
2627
self.installation_path = "/var/log/htx_install_path"
2728

0 commit comments

Comments
 (0)