GetAsset

3

tests

0

failures

0

ignored

3.908s

duration

100%

successful

Tests

Test Duration Result
globalAdmin_canGetArbitraryAsset() 1.331s passed
normalUser_canNotGetUnrelatedAsset() 1.300s passed
projectAgentUser_canGetRelatedAsset() 1.277s passed

Standard output

ContextBasedTestWithCleanup.retrieveInitialTestData
projectAgentUser_canGetRelatedAsset(): TOTAL OBJECT COUNT (initial): 210 -> 210
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:37:51 GMT
Keep-Alive: timeout=60
Connection: keep-alive

{
    "uuid": "f67aeb11-d642-4815-b829-6cffe1356e18",
    "type": "MANAGED_SERVER",
    "identifier": "vm1013",
    "caption": "some ManagedServer",
    "alarmContact": null,
    "config": {
        "monit_max_ram_usage": 80,
        "monit_max_ssd_usage": 70,
        "monit_max_cpu_usage": 90
    }
}
ContextBasedTestWithCleanup.cleanupAndCheckCleanup
projectAgentUser_canGetRelatedAsset(): TOTAL OBJECT COUNT (after): 210 -> 210
ContextBasedTestWithCleanup.retrieveInitialTestData
globalAdmin_canGetArbitraryAsset(): TOTAL OBJECT COUNT (initial): 210 -> 210
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:37:52 GMT
Keep-Alive: timeout=60
Connection: keep-alive

{
    "uuid": "fb764ae5-8074-4c8f-931c-f19c345c8928",
    "type": "MANAGED_SERVER",
    "identifier": "vm1011",
    "caption": "some ManagedServer",
    "alarmContact": null,
    "config": {
        "monit_max_ram_usage": 80,
        "monit_max_ssd_usage": 70,
        "monit_max_cpu_usage": 90
    }
}
ContextBasedTestWithCleanup.cleanupAndCheckCleanup
globalAdmin_canGetArbitraryAsset(): TOTAL OBJECT COUNT (after): 210 -> 210
ContextBasedTestWithCleanup.retrieveInitialTestData
normalUser_canNotGetUnrelatedAsset(): TOTAL OBJECT COUNT (initial): 210 -> 210

ContextBasedTestWithCleanup.cleanupAndCheckCleanup
normalUser_canNotGetUnrelatedAsset(): TOTAL OBJECT COUNT (after): 210 -> 210