aboutsummaryrefslogtreecommitdiffstats
path: root/tests/testsuite.at
AgeCommit message (Collapse)AuthorFilesLines
2018-12-21tests: Re-enable the convolve_test by defaulttnt/convolveSylvain Munaut1-2/+0
Change-Id: Ia26ef75bb11482fc0db3b790db1c93c8b74229d1 Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
2018-12-13LMSDevice: make use of dev-args in osmo-trx.cfgOliver Smith1-0/+6
Allow selecting a specific LimeSDR device by setting dev-args in the config file. Split up the given dev-args address by comma and select the device where all substrings can be found. I could not test this with real hardware, but I have added a test case to make sure this works as expected. Related: OS#3654 Change-Id: Ib9aaa066a01bf9de3f78234d7ada884d6f28c852
2018-01-16tests: convolve: Disable due to difference in output in different archsPau Espin Pedrol1-2/+2
Let's disable this test in order to have passing jenkins jobs until we find a better way to properly test this for different architectures. Change-Id: I2320309bc8c1c20e2de6ef2e0f17472c68de80cb
2018-01-15contrib/jenkins.sh: Use qemu+proot+debootstrap to run tests with ARM ↵Pau Espin Pedrol1-0/+2
instruction set The following logic doesn't require root access to run the tests, which means we can easily run it inside jenkins. Change-Id: Iba3f4de008662805d8ffc46e1f473e407b088fb8
2018-01-11tests: Migrate convtest util to autotest infrastructurePau Espin Pedrol1-0/+6
Change-Id: Ie682abf7e83de436d0f37f9f6e0664cb2f4d0c9e
2018-01-10tests: Sockets: adapt to have reproducible output and enable autotestPau Espin Pedrol1-5/+5
Change-Id: I5414076c6846b849973bcdeb3f2358b28dcb004c
2018-01-10tests: Log: adapt to have reproducible output and enable autotestPau Espin Pedrol1-6/+6
Change-Id: I77c40230503acadef5f64ab2624cd872f9782b98
2018-01-10tests: Timeval: adapt to have reproducible output and enable autotestPau Espin Pedrol1-5/+5
Change-Id: I1a79892ba3c934879a171789e0edb357277acae4
2018-01-10tests: InterThread: adapt to have reproducible output and enable autotestPau Espin Pedrol1-5/+5
Change-Id: I05d4067890b526bd72d2eb31cf76de43ee11e80f
2018-01-10Set up GNU Autotest infrastructurePau Espin Pedrol1-0/+45
Test files are moved from CommonLibs/ to tests/CommonLibs/. Some tests are disabled in autotest because they generate timedate related output which cannot exactly match against expected output. Change-Id: I3d6ba625968be09297642d18090c496490e9b8fc