Change the value of hugepages for dpdk

Since the minumum value has been changed to 1024.

Change-Id: Ia8a9e558bf247be606c5a7d43973c16cd4f177a6
Partial-Bug: #1653081
This commit is contained in:
Georgy Kibardin 2017-01-06 16:44:33 +03:00
parent 35395ffded
commit dd0f448f22
1 changed files with 1 additions and 1 deletions

View File

@ -143,7 +143,7 @@ registerSuite(() => {
.clickByCssSelector('.node-attributes .btn.discard-changes')
.assertElementTextEquals('.setting-section-hugepages input[name=dpdk]',
0, 'Input restored default value')
.setInputValue('.setting-section-hugepages input[name=dpdk]', '5')
.setInputValue('.setting-section-hugepages input[name=dpdk]', '1024')
.clickByCssSelector('.node-attributes .btn.apply-changes')
.assertElementsAppear('.setting-section-hugepages input:not(:disabled)', 2000,
'Inputs are not disabled after changes were saved successfully')