aboutsummaryrefslogtreecommitdiffstats
path: root/debian/tests
AgeCommit message (Collapse)AuthorFilesLines
2016-09-19retain dkms build as adt artifactsChristian Ehrhardt1-0/+4
In case the test is failing this allows to debug the case as the adt artifacts will include the dkms build logs. Change-Id: I26a68199428b28332adea2a83da23a647f7756da Signed-off-by: Christian Ehrhardt <christian.ehrhardt@canonical.com>
2016-09-12d/tests: extend test-initscripts for 16M huge pagesChristian Ehrhardt1-3/+9
Since we already had the code from 1G pages to not fail if not supported this was just adding about the same. But for a 16M supporting environment we expect is to be able to get 2x16M hugepages, so as with 2M pages we test for mountpoints and the actual alloc to be correct. Change-Id: I0b4e106f11eaebfe068dbb20130add5840e98368 Signed-off-by: Christian Ehrhardt <christian.ehrhardt@canonical.com>
2016-09-12d/tests: make tests compatible with ppc64elChristian Ehrhardt2-5/+5
Tests are now functional on ppc64el as well, enable them in the guarding script and d/t/control. Change-Id: I0b92ccee43cab66fdb5bbb05b79902344a899746 Signed-off-by: Christian Ehrhardt <christian.ehrhardt@canonical.com>
2016-08-12d/t/test-initscripts fix false positive in adtChristian Ehrhardt1-2/+2
Due to recent upgrades some commands of the reset function can fail if the service wasn't loaded before. But in that case no reset has to be done, so make it non fatal by adding a ||/bin/true Change-Id: I1da6bf315eefc9a4348c8dbae09d534a8fab9355 Signed-off-by: Christian Ehrhardt <christian.ehrhardt@canonical.com>
2016-06-15Merge Ubuntu DPDK packaging as of 15th June 2016Christian Ehrhardt5-0/+237
As discussed this shall be our initial baseline. If history is needed for any sort of debugging or analysis it can be found at https://code.launchpad.net/~ubuntu-server/dpdk/+git/dpdk Change-Id: Ie95c7effbbea34d723df14f6451c1f782000cbc1 Signed-off-by: Christian Ehrhardt <christian.ehrhardt@canonical.com>