All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH btbridge v4 0/6] Tests
@ 2016-05-04  1:10 OpenBMC Patches
  2016-05-04  1:10 ` [PATCH btbridge v4 1/6] Initialise variable to avoid using it uninitialised OpenBMC Patches
                   ` (6 more replies)
  0 siblings, 7 replies; 20+ messages in thread
From: OpenBMC Patches @ 2016-05-04  1:10 UTC (permalink / raw)
  To: openbmc

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

^ permalink raw reply	[flat|nested] 20+ messages in thread

end of thread, other threads:[~2016-05-25  0:34 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-04  1:10 [PATCH btbridge v4 0/6] Tests OpenBMC Patches
2016-05-04  1:10 ` [PATCH btbridge v4 1/6] Initialise variable to avoid using it uninitialised OpenBMC Patches
2016-05-19  3:10   ` Andrew Jeffery
2016-05-19  5:44     ` Cyril Bur
2016-05-24 13:03       ` Andrew Jeffery
2016-05-25  0:33         ` Cyril Bur
2016-05-04  1:10 ` [PATCH btbridge v4 2/6] Increase debugging output when receiving a response to message from dbus OpenBMC Patches
2016-05-19  3:45   ` Andrew Jeffery
2016-05-04  1:10 ` [PATCH btbridge v4 3/6] Add travis dir to keep all the Travis CI specific files together OpenBMC Patches
2016-05-19  4:25   ` Andrew Jeffery
2016-05-04  1:10 ` [PATCH btbridge v4 4/6] Initial set of test OpenBMC Patches
2016-05-19  5:25   ` Andrew Jeffery
2016-05-19  6:18     ` Cyril Bur
2016-05-19  9:47       ` Andrew Jeffery
2016-05-04  1:10 ` [PATCH btbridge v4 5/6] Travis CI: Bump to Ubuntu 16.04 OpenBMC Patches
2016-05-19  5:28   ` Andrew Jeffery
2016-05-19  6:41     ` Cyril Bur
2016-05-04  1:10 ` [PATCH btbridge v4 6/6] Add .gitignore OpenBMC Patches
2016-05-19  5:30   ` Andrew Jeffery
2016-05-04  3:26 ` [PATCH btbridge v4 0/6] Tests Cyril Bur

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.