This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Osmocom BTS-side code (Abis, scheduling, ...)".
The branch, master has been updated
via fe291a97c23cbabe0be64ac40f104e10d3e13a1d (commit)
from 36fa0bd0792fe544cd242b7fcee8180685f4c203 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/osmo-bts/commit/?id=fe291a97c23cbabe0be64ac40f104e1…
commit fe291a97c23cbabe0be64ac40f104e10d3e13a1d
Author: Max <msuraev(a)sysmocom.de>
Date: Wed Oct 11 16:37:44 2017 +0200
Move power loop to generic tests
There's nothing sysmobts specific in this test so let's move it into
separate directory and run unconditionally. The test itself is unaltered
except for intro text.
Change-Id: I0d1957cd9cf5497826be095c7a42b7bb4fa10397
Related: OS#2223
-----------------------------------------------------------------------
Summary of changes:
.gitignore | 1 +
configure.ac | 1 +
tests/Makefile.am | 2 +-
tests/power/Makefile.am | 9 ++++
tests/power/power_test.c | 93 +++++++++++++++++++++++++++++++++++++++++
tests/power/power_test.ok | 2 +
tests/sysmobts/sysmobts_test.c | 62 +--------------------------
tests/sysmobts/sysmobts_test.ok | 1 -
tests/testsuite.at | 6 +++
9 files changed, 114 insertions(+), 63 deletions(-)
create mode 100644 tests/power/Makefile.am
create mode 100644 tests/power/power_test.c
create mode 100644 tests/power/power_test.ok
hooks/post-receive
--
Osmocom BTS-side code (Abis, scheduling, ...)