Skip to content

Commit

Permalink
chore: Remove artifacts of autoheal
Browse files Browse the repository at this point in the history
Removed what remained after removing the `autoheal` option from Action clients (ENT-5549).

Card IDs:
* CCT-603

Signed-off-by: Štěpán Tomsa <[email protected]>
  • Loading branch information
Glutexo committed Nov 29, 2024
1 parent 011c8c4 commit b4f4559
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 7 deletions.
3 changes: 1 addition & 2 deletions src/subscription_manager/action_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,7 @@ def _get_libset(self) -> List["BaseActionInvoker"]:
self.syspurposelib = SyspurposeSyncActionInvoker()

# WARNING: order is important here, we need to update a number
# of things before attempting to autoheal, and we need to autoheal
# before attempting to fetch our certificates:
# of things before attempting to fetch our certificates:
lib_set: List[BaseActionInvoker] = [
self.entcertlib,
self.idcertlib,
Expand Down
1 change: 0 additions & 1 deletion test/rhsmlib/dbus/test_register.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@

CONSUMER_CONTENT_JSON_SCA = """{"hypervisorId": null,
"serviceLevel": "",
"autoheal": true,
"idCert": {
"key": "FAKE_KEY",
"cert": "FAKE_CERT",
Expand Down
1 change: 0 additions & 1 deletion test/rhsmlib/services/test_products.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@
"capabilities": [],
"hypervisorId": None,
"contentTags": [],
"autoheal": True,
"contentAccessMode": None,
"recipientOwnerKey": None,
"annotations": None,
Expand Down
1 change: 0 additions & 1 deletion test/rhsmlib/services/test_register.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@

CONSUMER_CONTENT_JSON = """{"hypervisorId": null,
"serviceLevel": "",
"autoheal": true,
"idCert": {
"key": "FAKE_KEY",
"cert": "FAKE_CERT",
Expand Down
1 change: 0 additions & 1 deletion test/smoke.sh
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,6 @@ run_rhsmcertd "0"
run_rhsmcertd "0" -n

run_rhsmcertd_worker "0"
run_rhsmcertd_worker "0" --autoheal

# too slow
# run_rhsm_debug "0" system
Expand Down
1 change: 0 additions & 1 deletion test/test_certmgr.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
"releaseVer": {"id": 1, "releaseVer": "123123"},
"serviceLevel": "Pro Turbo HD Plus Ultra",
"owner": {"key": "admin"},
"autoheal": 1,
"idCert": {"serial": {"serial": 3787455826750723380}},
}

Expand Down

0 comments on commit b4f4559

Please sign in to comment.