Add powerpack-based backend to ClearCase server_tool_names.

Review Request #14325 — Created Feb. 3, 2025 and submitted

Information

RBTools
release-5.x

Reviewers

We had the powerpack backend for ClearCase listed in the server_tool_ids
field, but not server_tool_names. This meant that when running against an
older version of Review Board that does not allow filtering by ID,
RBTools would fail to find configured repositories. This change adds
that to the names field as well so we'll find and match all
ClearCase-based repositories, both with the old open-source and newer
powerpack backends.

Ran a test with an older Review Board server and saw that we were
passing the correct argument to ?tool= in the API call.

Summary ID
Add powerpack-based backend to ClearCase server_tool_names.
We had the powerpack backend for ClearCase listed in the `server_tool_ids` field, but not `server_tool_names`. This meant that when running against an older version of Review Board that does not allow filtering by ID, RBTools would fail to find configured repositories. This change adds that to the names field as well so we'll find and match all ClearCase-based repositories, both with the old open-source and newer powerpack backends. Testing Done: Ran a test with an older Review Board server and saw that we were passing the correct argument to ?tool= in the API call.
9944c54c8e266d2b7934d01bdf1e59c75a9d2bac
chipx86
  1. Ship It!
  2. 
      
david
Review request changed
Status:
Completed
Change Summary:
Pushed to release-5.x (314ee53)