Change the value of hugepages for dpdk

Since the minumum value has been changed to 1024.

Change-Id: Ia8a9e558bf247be606c5a7d43973c16cd4f177a6
Partial-Bug: #1653081
(cherry picked from commit dd0f448f22)
This commit is contained in:
Georgy Kibardin 2017-01-06 16:44:33 +03:00
parent 9630ab2fd6
commit 26a190cb51
1 changed files with 1 additions and 1 deletions

View File

@ -188,7 +188,7 @@ define([
.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')