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 bb9b270c5a
commit 7b53db8e8a
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]', '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')