Improve SampleVNF hugepages setup 61/51761/3
authorRodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
Tue, 6 Feb 2018 10:34:33 +0000 (10:34 +0000)
committerRodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
Tue, 6 Feb 2018 14:50:04 +0000 (14:50 +0000)
commit1738c931ab93816007b5434c17d46842e488424a
treea0e217e9e1d2d16c58ff3d51cf389577f105907b
parente5775e7efbc55f116b4d4ac11ff87b8d8553247e
Improve SampleVNF hugepages setup

The goal of this function is to:
- Read the default hugepage size.
- Set 16GB of hugepages.
- Check if the status of the last action.

According to [1], the default hugepage size could be read in
"/proc/meminfo", always in kB. Then "/proc/sys/vm/nr_hugepages"
could be used to set the number of default hugepages.

[1] https://www.kernel.org/doc/Documentation/vm/hugetlbpage.txt

JIRA: YARDSTICK-997

Change-Id: I762d1b16294ba1c1c2feee56610819ac358c7410
Signed-off-by: Rodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com>
tests/unit/network_services/vnf_generic/vnf/test_sample_vnf.py
yardstick/common/utils.py
yardstick/network_services/vnf_generic/vnf/sample_vnf.py
yardstick/tests/unit/common/test_utils.py