HomeClusterLabs Projects

Refactor: python: Improve startonebyone.py.

This commit no longer exists in the repository. It may have been part of a branch which was deleted.

Description

Refactor: python: Improve startonebyone.py.

  • Disable pylint warnings we can't really do anything about.
  • Get rid of the unused ns variable. The ClusterManager object cares about NodeStatus, but this individual test does not. This seems like a leftover from a previous refactoring.
  • Rename stopall to _stopall. This is a private attribute, so name it like one.
  • Simplify how the failed list is checked.

Details

Provenance
clumensAuthored on May 24 2023, 4:30 PM

Commit No Longer Exists

This commit no longer exists in the repository.