[Buildroot] [PATCH 1/2] support/testing: add test to verify 'scp' download via BR2_PRIMARY_SITE

Thomas De Schampheleire patrickdepinguin at gmail.com
Tue Apr 23 19:04:06 UTC 2019


Hi Thomas,

El sáb., 13 abr. 2019 a las 22:02, Thomas Petazzoni
(<thomas.petazzoni at bootlin.com>) escribió:
>
> Hello Thomas,
>
> On Fri, 15 Feb 2019 22:35:48 +0100
> Thomas De Schampheleire <patrickdepinguin at gmail.com> wrote:
>
> > From: Thomas De Schampheleire <thomas.de_schampheleire at nokia.com>
> >
> > Recently it was found that the scp download infrastructure was broken.
> > To avoid future failures, create a test that verifies that the scp command
> > receives the expected arguments.
> >
> > Signed-off-by: Thomas De Schampheleire <thomas.de_schampheleire at nokia.com>
> > ---
> >  .../tests/download/br2-external/scp/Config.in |  0
> >  .../download/br2-external/scp/external.desc   |  1 +
> >  .../download/br2-external/scp/external.mk     |  1 +
> >  .../br2-external/scp/package/nohash/nohash.mk | 10 +++
> >  support/testing/tests/download/scp-wrapper    | 62 +++++++++++++++++++
> >  support/testing/tests/download/test_scp.py    | 45 ++++++++++++++
> >  6 files changed, 119 insertions(+)
> >  create mode 100644 support/testing/tests/download/br2-external/scp/Config.in
> >  create mode 100644 support/testing/tests/download/br2-external/scp/external.desc
> >  create mode 100644 support/testing/tests/download/br2-external/scp/external.mk
> >  create mode 100644 support/testing/tests/download/br2-external/scp/package/nohash/nohash.mk
> >  create mode 100755 support/testing/tests/download/scp-wrapper
> >  create mode 100644 support/testing/tests/download/test_scp.py
>
> You got some review/comments from Ricardo, which I believe are not too
> difficult to address. Do you think you will have the chance to address
> them and send an updated version ?

Yes, I hope to attend these comments some time soon, but there is so
much going on that I can't promise any term.

Feel free to remind me from time to time if it takes too long.

Thanks,
Thomas



More information about the buildroot mailing list