[PATCH btbridge v4 0/6] Tests
Cyril Bur
cyrilbur at gmail.com
Wed May 4 13:26:13 AEST 2016
On Tue, 3 May 2016 20:10:02 -0500
OpenBMC Patches <openbmc-patches at stwcx.xyz> wrote:
Sorry about the noise, github is such a mystery to my, no idea how this
happened.
This one looks good.
Cyril
> 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
>
More information about the openbmc
mailing list