diff options
Diffstat (limited to 'resources/tools')
3 files changed, 2 insertions, 2 deletions
diff --git a/resources/tools/testbed-setup/ansible/roles/common/tasks/ubuntu_bionic.yaml b/resources/tools/testbed-setup/ansible/roles/common/tasks/ubuntu_bionic.yaml index d5e8cb1d52..2db85cf086 100644 --- a/resources/tools/testbed-setup/ansible/roles/common/tasks/ubuntu_bionic.yaml +++ b/resources/tools/testbed-setup/ansible/roles/common/tasks/ubuntu_bionic.yaml @@ -14,6 +14,7 @@ - 'build-essential' - 'cgroup-bin' - 'dkms' + - 'libpcap-dev' - 'python-all' - 'python-apt' - 'python-cffi' diff --git a/resources/tools/testbed-setup/ansible/roles/performance_tuning/files/90-csit b/resources/tools/testbed-setup/ansible/roles/performance_tuning/files/90-csit index 0c9036e936..a0404c20d7 100644 --- a/resources/tools/testbed-setup/ansible/roles/performance_tuning/files/90-csit +++ b/resources/tools/testbed-setup/ansible/roles/performance_tuning/files/90-csit @@ -15,7 +15,7 @@ vm.max_map_count={{ sysctl.vm.max_map_count }} # hugetlb_shm_group contains group id that is allowed to create sysv # shared memory segment using hugetlb page. -vm.hugetlb_shm_group=0 +vm.hugetlb_shm_group=1000 # this control is used to define how aggressive the kernel will swap # memory pages. higher values will increase agressiveness, lower values diff --git a/resources/tools/testbed-setup/ansible/roles/sut/tasks/ubuntu_bionic.yaml b/resources/tools/testbed-setup/ansible/roles/sut/tasks/ubuntu_bionic.yaml index c109695db0..ec2e6fcdd1 100644 --- a/resources/tools/testbed-setup/ansible/roles/sut/tasks/ubuntu_bionic.yaml +++ b/resources/tools/testbed-setup/ansible/roles/sut/tasks/ubuntu_bionic.yaml @@ -10,7 +10,6 @@ - 'libmbedtls10' - 'libmbedx509-0' - 'libnuma-dev' - - 'libpcap-dev' - 'libpixman-1-dev' - 'libtool' - 'lxc' |