ContextBasedTestWithCleanup.retrieveInitialTestData
globalAdmin_canPatchAllUpdatablePropertiesOfAsset(): TOTAL OBJECT COUNT (initial): 210 -> 210
toCleanup(class net.hostsharing.hsadminng.hs.booking.item.HsBookingItemRealEntity, 0f92386e-070a-4b47-8f22-1e2fe769f43a
toCleanup(class net.hostsharing.hsadminng.hs.hosting.asset.HsHostingAssetRealEntity, eb5e5010-254a-4d68-a4f6-e1f5651384f8
HTTP/1.1 200
Vary: Origin
Vary: Access-Control-Request-Method
Vary: Access-Control-Request-Headers
X-Content-Type-Options: nosniff
X-XSS-Protection: 0
Cache-Control: no-cache, no-store, max-age=0, must-revalidate
Pragma: no-cache
Expires: 0
X-Frame-Options: DENY
Content-Type: application/json
Transfer-Encoding: chunked
Date: Mon, 10 Aug 2026 16:38:06 GMT
Keep-Alive: timeout=60
Connection: keep-alive
{
"uuid": "eb5e5010-254a-4d68-a4f6-e1f5651384f8",
"type": "MANAGED_SERVER",
"identifier": "vm2001",
"caption": "some test-asset",
"alarmContact": {
"uuid": "3e3b3f23-14e2-4714-95de-da1096ed73d6",
"caption": "second contact",
"postalAddress": {
"country": "Germany"
},
"emailAddresses": {
"main": "contact-admin@secondcontact.example.com"
},
"phoneNumbers": {
"phone_office": "+49 123 1234567"
}
},
"config": {
"monit_min_free_ssd": 5,
"monit_max_cpu_usage": 90,
"monit_max_ram_usage": 70,
"monit_max_ssd_usage": 85
}
}
ContextBasedTestWithCleanup.cleanupAndCheckCleanup
DELETING temporary HsHostingAssetRealEntity#eb5e5010-254a-4d68-a4f6-e1f5651384f8 deleted 1 rows
DELETING temporary HsBookingItemRealEntity#0f92386e-070a-4b47-8f22-1e2fe769f43a deleted 1 rows
globalAdmin_canPatchAllUpdatablePropertiesOfAsset(): TOTAL OBJECT COUNT (after): 210 -> 210
ContextBasedTestWithCleanup.retrieveInitialTestData
assetAdmin_canPatchAllUpdatablePropertiesOfAsset(): TOTAL OBJECT COUNT (initial): 210 -> 210
toCleanup(class net.hostsharing.hsadminng.hs.hosting.asset.HsHostingAssetRealEntity, 7cf552da-31fe-46e5-9f3a-f542e7e9766f
HTTP/1.1 200
Vary: Origin
Vary: Access-Control-Request-Method
Vary: Access-Control-Request-Headers
X-Content-Type-Options: nosniff
X-XSS-Protection: 0
Cache-Control: no-cache, no-store, max-age=0, must-revalidate
Pragma: no-cache
Expires: 0
X-Frame-Options: DENY
Content-Type: application/json
Transfer-Encoding: chunked
Date: Mon, 10 Aug 2026 16:38:08 GMT
Keep-Alive: timeout=60
Connection: keep-alive
{
"uuid": "7cf552da-31fe-46e5-9f3a-f542e7e9766f",
"type": "UNIX_USER",
"identifier": "fir01-temp",
"caption": "some patched test-unix-user",
"alarmContact": null,
"config": {
"shell": "/bin/bash",
"homedir": "/home/pacs/fir01/users/temp"
}
}
ContextBasedTestWithCleanup.cleanupAndCheckCleanup
DELETING temporary HsHostingAssetRealEntity#7cf552da-31fe-46e5-9f3a-f542e7e9766f deleted 1 rows
assetAdmin_canPatchAllUpdatablePropertiesOfAsset(): TOTAL OBJECT COUNT (after): 210 -> 210