adding cpu count and ram to server info (#16109)

This commit is contained in:
Aasim Khan
2021-07-20 09:56:52 -07:00
committed by GitHub
parent efaf39f96a
commit 3ce6f9e78c
7 changed files with 21 additions and 3 deletions

View File

@@ -317,7 +317,9 @@ describe('Utils Tests', function () {
isCloud: false,
azureVersion: -1,
osVersion: '',
options: {}
options: {},
cpuCount: -1,
physicalMemoryInMb: -1
};
it('empty endpoints does not error', () => {
const serverInfo = Object.assign({}, baseServerInfo);