Send compute usage via in the compute.updated notification

Ref https://github.com/GNS3/gns3-gui/issues/1261
This commit is contained in:
Julien Duponchelle
2016-06-30 09:45:11 +02:00
parent 66959ee4e9
commit 543b423e03
5 changed files with 77 additions and 5 deletions

View File

@ -127,8 +127,9 @@ def test_compute_list(http_controller, controller):
'port': 84,
'protocol': 'http',
'user': 'julien',
'name': 'My super server'
'name': 'My super server',
'cpu_usage_percent': None,
'memory_usage_percent': None
}
]