[PATCH btbridge v4 0/6] Tests
OpenBMC Patches
openbmc-patches at stwcx.xyz
Wed May 4 11:10:02 AEST 2016
Initial tests commit. Adding a framework to add more tests
<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/openbmc/btbridge/12)
<!-- Reviewable:end -->
https://github.com/openbmc/btbridge/pull/12
Cyril Bur (6):
Initialise variable to avoid using it uninitialised
Increase debugging output when receiving a response to message from
dbus
Add travis dir to keep all the Travis CI specific files together
Initial set of test.
Travis CI: Bump to Ubuntu 16.04
Add .gitignore
.build.sh | 23 ----
.gitignore | 5 +
.travis.yml | 2 +-
Makefile | 7 +
bt-host.c | 235 ++++++++++++++++++++++++++++++++++
btbridged.c | 4 +-
ipmi-bouncer.c | 131 +++++++++++++++++++
travis/build.sh | 32 +++++
travis/org.openbmc.HostIpmi.conf.test | 20 +++
travis/run_tests.sh | 15 +++
10 files changed, 449 insertions(+), 25 deletions(-)
delete mode 100755 .build.sh
create mode 100644 .gitignore
create mode 100644 bt-host.c
create mode 100644 ipmi-bouncer.c
create mode 100755 travis/build.sh
create mode 100644 travis/org.openbmc.HostIpmi.conf.test
create mode 100755 travis/run_tests.sh
--
2.8.1
More information about the openbmc
mailing list