Fix broken server_info module and add tests

Fix server_info module. Add tests because it wasn't executed in
tests at all.

Change-Id: I50435f3a3103501bc0eccf8fdfced3179b991bb8
This commit is contained in:
Sagi Shnaidman
2020-05-21 20:52:48 +03:00
parent ddc1a78705
commit ad7d6ea668
2 changed files with 23 additions and 1 deletions

View File

@@ -95,7 +95,8 @@ class ServerInfoModule(OpenStackModule):
def main():
ServerInfoModule()
module = ServerInfoModule()
module()
if __name__ == '__main__':