Skip to content

Commit

Permalink
test: move ssh_key_authentication to infix_services
Browse files Browse the repository at this point in the history
  • Loading branch information
axkar committed Dec 4, 2024
1 parent 4500254 commit 091ac7c
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 6 deletions.
2 changes: 0 additions & 2 deletions test/case/ietf_system/Readme.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,4 @@ include::timezone/Readme.adoc[]

include::timezone_utc_offset/Readme.adoc[]

include::ssh_key_authentication/Readme.adoc[]

include::upgrade/Readme.adoc[]
3 changes: 0 additions & 3 deletions test/case/ietf_system/ietf_system.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,3 @@

- name: timezone_utc_offset
case: timezone_utc_offset/test.py

- name: ssh_key_authentication
case: ssh_key_authentication/test.py
2 changes: 2 additions & 0 deletions test/case/infix_services/Readme.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@
include::services_basic/Readme.adoc[]

include::ssh_server_config/Readme.adoc[]

include::ssh_key_authentication/Readme.adoc[]
3 changes: 3 additions & 0 deletions test/case/infix_services/infix_services.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,6 @@

- name: ssh_server_config
case: ssh_server_config/test.py

- name: ssh_key_authentication
case: ssh_key_authentication/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -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[]
Expand Down

0 comments on commit 091ac7c

Please sign in to comment.