mirror of
https://github.com/GNS3/gns3-server.git
synced 2025-06-20 00:03:56 +00:00
Server statistics implementation
This commit is contained in:
@ -37,3 +37,8 @@ def test_version_output(http_compute):
|
||||
def test_debug_output(http_compute):
|
||||
response = http_compute.get('/debug')
|
||||
assert response.status == 200
|
||||
|
||||
|
||||
def test_statistics_output(http_compute):
|
||||
response = http_compute.get('/statistics')
|
||||
assert response.status == 200
|
||||
|
Reference in New Issue
Block a user