From: Cyril Bur <cyrilbur@gmail.com>
To: OpenBMC Patches <openbmc-patches@stwcx.xyz>
Cc: openbmc@lists.ozlabs.org
Subject: Re: [PATCH btbridge v4 0/6] Tests
Date: Wed, 4 May 2016 13:26:13 +1000 [thread overview]
Message-ID: <20160504132613.58a56d31@camb691> (raw)
In-Reply-To: <1462324208-11150-1-git-send-email-openbmc-patches@stwcx.xyz>
On Tue, 3 May 2016 20:10:02 -0500
OpenBMC Patches <openbmc-patches@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
>
prev parent reply other threads:[~2016-05-04 3:26 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
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 ` Cyril Bur [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20160504132613.58a56d31@camb691 \
--to=cyrilbur@gmail.com \
--cc=openbmc-patches@stwcx.xyz \
--cc=openbmc@lists.ozlabs.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.