[Buildroot] [PATCH 2/2] testing: add python-cryptography tests

Ricardo Martincoski ricardo.martincoski at gmail.com
Sun Sep 17 05:26:12 UTC 2017


Hello,

On Sat, Sep 16, 2017 at 05:38 PM, Yann E. MORIN wrote:

> testing: add python-cryptography tests

This patch could now be renamed to:
python-cryptography: add runtime tests
or something like this

> From: Yegor Yefremov <yegorslists at googlemail.com>
> 
> Signed-off-by: Yegor Yefremov <yegorslists at googlemail.com>
> Reviewed-by: Ricardo Martincoski <ricardo.martincoski at gmail.com>
> [yann.morin.1998 at free.fr:
>   - move to package directory,

  - rename the test file to follow the package convention,

I am OK with this change, but I think it worth mentioning.

>   - indent the config fragment
> ]
> Signed-off-by: Yann E. MORIN <yann.morin.1998 at free.fr>
> 
> ---
> Note:
> This is exactly the same as https://patchwork.ozlabs.org/patch/811011/
> but with the test moved to the python-cryptography package and the
> config fragment indented.
> ---
>  .gitlab-ci.yml                                     |  2 ++
>  package/python-cryptography/python-cryptography.py | 31 ++++++++++++++++++++++
>  2 files changed, 33 insertions(+)
>  create mode 100644 package/python-cryptography/python-cryptography.py

.gitlab-ci.yml needs to be generated again because of this rename (to use '-'
in the name again).

> 
> diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
> index b44c935f2a..091b016191 100644
> --- a/.gitlab-ci.yml
> +++ b/.gitlab-ci.yml
> @@ -250,6 +250,8 @@ tests.package.test_ipython.TestIPythonPy2: *runtime_test
>  tests.package.test_ipython.TestIPythonPy3: *runtime_test
>  tests.package.test_python.TestPython2: *runtime_test
>  tests.package.test_python.TestPython3: *runtime_test
> +tests.package.test_python_cryptography.TestPythonPy2Cryptography: *runtime_test
> +tests.package.test_python_cryptography.TestPythonPy3Cryptography: *runtime_test
>  tests.toolchain.test_external.TestExternalToolchainBuildrootMusl: *runtime_test
>  tests.toolchain.test_external.TestExternalToolchainBuildrootuClibc: *runtime_test
>  tests.toolchain.test_external.TestExternalToolchainCCache: *runtime_test
[snip]

Regards,
Ricardo


More information about the buildroot mailing list