GetAsset

3

tests

0

failures

0

ignored

3.895s

duration

100%

successful

Tests

Test Duration Result
globalAdmin_canGetArbitraryAsset() 1.287s passed
normalUser_canNotGetUnrelatedAsset() 1.317s passed
projectAgentUser_canGetRelatedAsset() 1.291s 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 15:04:00 GMT
Keep-Alive: timeout=60
Connection: keep-alive

{
    "uuid": "d2499972-82bf-4a22-91a8-79a9e86dc8b1",
    "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 15:04:01 GMT
Keep-Alive: timeout=60
Connection: keep-alive

{
    "uuid": "b43bfd79-5968-4651-ba2b-45ea2062ab5b",
    "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