Part of the server-module integration testing epic #41. help-wanted — needs access to a real cPanel server.
The cPanel adapter is implemented and unit/contract-tested with mocked HTTP, but it has not been verified end-to-end against a live cPanel. Please add a Server pointing at a real cPanel, attach a product, and drive the full lifecycle from PNLCS, reporting what works and what breaks.
Lifecycle checklist
For each: note the request/response, HTTP status, and any panel-side result. Screenshots/logs welcome. File issues (or link fixes) for anything that misbehaves.
Module: modules/Servers/CPanel/CPanelModule.php.
Note: cPanel/WHM (UAPI/WHM API). Note: the module tests are currently markTestSkipped('CPanelModule not yet available.') in ServerModuleTest — this is a test-harness limitation, the module IS implemented (modules/Servers/CPanel/CPanelModule.php, real WHM calls). Part of this task is confirming that on a live WHM.
No prior code needed — the deliverable is a verification report; fixes follow from what it finds. Comment on #41 to claim this panel.
Part of the server-module integration testing epic #41. help-wanted — needs access to a real cPanel server.
The cPanel adapter is implemented and unit/contract-tested with mocked HTTP, but it has not been verified end-to-end against a live cPanel. Please add a Server pointing at a real cPanel, attach a product, and drive the full lifecycle from PNLCS, reporting what works and what breaks.
Lifecycle checklist
testConnection— credentials + reachability succeed, and fail cleanly with a wrong key/hostcreate— provisioning a new account creates it on the panel; PNLCS stores the returned id/username inmodule_data; the account is usablesuspend— suspends the live account; customer site/login blockedunsuspend— restores the accountchangePassword— new password actually works on the panelchangePackage— upgrade/downgrade applies the new plan/limitsusageUpdate— disk/bandwidth usage is read back correctly into PNLCSterminate— removes the account on the panel; no orphan leftlistPackages— the panel's packages are listed for mappingFor each: note the request/response, HTTP status, and any panel-side result. Screenshots/logs welcome. File issues (or link fixes) for anything that misbehaves.
Module:
modules/Servers/CPanel/CPanelModule.php.Note: cPanel/WHM (UAPI/WHM API). Note: the module tests are currently
markTestSkipped('CPanelModule not yet available.')inServerModuleTest— this is a test-harness limitation, the module IS implemented (modules/Servers/CPanel/CPanelModule.php, real WHM calls). Part of this task is confirming that on a live WHM.