Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-15-SP4:Update
libgit2.28263
0003-tests-move-online-clone-ssh_auth_methods-i...
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 0003-tests-move-online-clone-ssh_auth_methods-into-the-ss.patch of Package libgit2.28263
From bbcadbbcd8184d1c04b12bcbecd162df2c2ed0b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Mart=C3=ADn=20Nieto?= <carlosmn@github.com> Date: Wed, 2 Nov 2022 11:42:19 +0100 Subject: [PATCH 3/6] tests: move online::clone::ssh_auth_methods into the ssh test suite We're currently running it as part of the online suite but that doesn't have any setup for ssh so we won't find the GitHub keys we set up during the test. It doesn't need the private key setup as we just want to make sure we see some auth request from the server, but with the addition of hostkey checking we're now seeing it fail when we skip these tests. --- tests/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff -urp libgit2-1.3.0.orig/tests/CMakeLists.txt libgit2-1.3.0/tests/CMakeLists.txt --- libgit2-1.3.0.orig/tests/CMakeLists.txt 2021-09-27 15:09:50.000000000 -0500 +++ libgit2-1.3.0/tests/CMakeLists.txt 2023-03-15 13:03:30.147817410 -0500 @@ -64,10 +64,10 @@ ENDFUNCTION(ADD_CLAR_TEST) ADD_CLAR_TEST(offline -v -xonline) ADD_CLAR_TEST(invasive -v -score::ftruncate -sfilter::stream::bigfile -sodb::largefiles -siterator::workdir::filesystem_gunk -srepo::init -srepo::init::at_filesystem_root) -ADD_CLAR_TEST(online -v -sonline -xonline::customcert) +ADD_CLAR_TEST(online -v -sonline -xonline::customcert -xonline::clone::ssh_auth_methods) ADD_CLAR_TEST(online_customcert -v -sonline::customcert) ADD_CLAR_TEST(gitdaemon -v -sonline::push) -ADD_CLAR_TEST(ssh -v -sonline::push -sonline::clone::ssh_cert -sonline::clone::ssh_with_paths -sonline::clone::path_whitespace_ssh) +add_clar_test(ssh -v -sonline::push -sonline::clone::ssh_cert -sonline::clone::ssh_with_paths -sonline::clone::path_whitespace_ssh -sonline::clone::ssh_auth_methods) ADD_CLAR_TEST(proxy -v -sonline::clone::proxy) ADD_CLAR_TEST(auth_clone -v -sonline::clone::cred) ADD_CLAR_TEST(auth_clone_and_push -v -sonline::clone::push -sonline::push)
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor