mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-22 01:13:00 +02:00
test: move ssh_key_authentication to infix_services
This commit is contained in:
committed by
Mattias Walström
parent
389fc96794
commit
e29a721571
@@ -13,8 +13,6 @@ include::timezone/Readme.adoc[]
|
||||
|
||||
include::timezone_utc_offset/Readme.adoc[]
|
||||
|
||||
include::ssh_key_authentication/Readme.adoc[]
|
||||
|
||||
include::upgrade/Readme.adoc[]
|
||||
|
||||
include::ntp_client/Readme.adoc[]
|
||||
|
||||
@@ -14,9 +14,6 @@
|
||||
- name: timezone_utc_offset
|
||||
case: timezone_utc_offset/test.py
|
||||
|
||||
- name: ssh_key_authentication
|
||||
case: ssh_key_authentication/test.py
|
||||
|
||||
- name: ntp_client
|
||||
case: ntp_client/test.py
|
||||
|
||||
|
||||
@@ -8,3 +8,5 @@ include::mdns_allow_deny/Readme.adoc[]
|
||||
include::services_basic/Readme.adoc[]
|
||||
|
||||
include::ssh_server_config/Readme.adoc[]
|
||||
|
||||
include::ssh_key_authentication/Readme.adoc[]
|
||||
|
||||
@@ -12,3 +12,6 @@
|
||||
|
||||
- name: ssh_server_config
|
||||
case: ssh_server_config/test.py
|
||||
|
||||
- name: ssh_key_authentication
|
||||
case: ssh_key_authentication/test.py
|
||||
|
||||
+1
-1
@@ -4,7 +4,7 @@ Verify that 'guest' user can fetch data using only the 'public' key
|
||||
|
||||
==== Topology
|
||||
ifdef::topdoc[]
|
||||
image::../../test/case/ietf_system/ssh_key_authentication/topology.svg[Generate ssh key pair topology]
|
||||
image::../../test/case/infix_services/ssh_key_authentication/topology.svg[Generate ssh key pair topology]
|
||||
endif::topdoc[]
|
||||
ifndef::topdoc[]
|
||||
ifdef::testgroup[]
|
||||
|
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.6 KiB |
Reference in New Issue
Block a user