[Kimchi-devel] [Kimchi] Supress HTTPS certification checking on tests
Daniel Henrique Barboza
dhbarboza82 at gmail.com
Tue Jan 5 19:29:28 UTC 2016
Patch applied to the master branch of https://github.com/danielhb/kimchi.git
Thanks
On 01/05/2016 02:56 PM, Ramon Medeiros wrote:
> This happens when running python >= 2.7.9.
>
> Signed-off-by: Ramon Medeiros <ramonn at linux.vnet.ibm.com>
> ---
> tests/run_tests.sh.in | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/tests/run_tests.sh.in b/tests/run_tests.sh.in
> index 048f986..e92e7d4 100644
> --- a/tests/run_tests.sh.in
> +++ b/tests/run_tests.sh.in
> @@ -55,4 +55,4 @@ done
> # ../../../../../ refers to the project root
> # ../../../../ refers to wok directory
> # ../../../ refers to plugins directory
> -PYTHONPATH=../../../../../:../../../../:../../../ $CMD $OPTS ${MODEL_LIST[@]} ${MOCK_LIST[@]}
> +PYTHONPATH=../../../../../:../../../../:../../../ PYTHONWARNINGS="ignore:Unverified HTTPS request" $CMD $OPTS ${MODEL_LIST[@]} ${MOCK_LIST[@]}
More information about the Kimchi-devel
mailing list