Change the value of hugepages for dpdk

Since the value in non dpdk case should be equal to 0.

Change-Id: Ib97ba6dfdf771ca7630310060f35751ab25de929
Partial-Bug: #1653081
This commit is contained in:
Anastasiya 2017-01-18 14:55:36 +04:00
parent 95761f5b24
commit 14e889a9a8
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]', '1024')
.setInputValue('.setting-section-hugepages input[name=dpdk]', '0')
.clickByCssSelector('.node-attributes .btn.apply-changes')
.assertElementsAppear('.setting-section-hugepages input:not(:disabled)', 2000,
'Inputs are not disabled after changes were saved successfully')