Skip to content

Commit 9caf79e

Browse files
author
imi
committed
removed non-funtional tests from cisco_ios/11_local
1 parent c0edde7 commit 9caf79e

8 files changed

+14
-150
lines changed

.github/workflows/rule-test.yml

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: CI
2+
on:
3+
push:
4+
5+
jobs:
6+
container-test-job:
7+
runs-on: ubuntu-latest
8+
container:
9+
image: netpicker/crt
10+
options: --cpus 1
11+
steps:
12+
- uses: actions/checkout@v3
13+
- name: Run yaml tests
14+
run: test-rules -p runner.yaml_rules -vvvl --rootdir $PWD $PWD

tests/CIS/cisco_ios/11_local_authentication_authorization_and_accounting_rules/rule_113_enable_aaa_authentication_enable_default.yml

-25
This file was deleted.

tests/CIS/cisco_ios/11_local_authentication_authorization_and_accounting_rules/rule_114_set_login_authentication_for_line_vty.yml

-20
This file was deleted.

tests/CIS/cisco_ios/11_local_authentication_authorization_and_accounting_rules/rule_115_set_login_authentication_for_ip_http.yml

-21
This file was deleted.

tests/CIS/cisco_ios/11_local_authentication_authorization_and_accounting_rules/rule_116_set_aaa_accounting_to_log_all_privileged_use_commands.yml

-21
This file was deleted.

tests/CIS/cisco_ios/11_local_authentication_authorization_and_accounting_rules/rule_117_set_aaa_accounting_connection.yml

-21
This file was deleted.

tests/CIS/cisco_ios/11_local_authentication_authorization_and_accounting_rules/rule_118_set_aaa_accounting_exec.yml

-21
This file was deleted.

tests/CIS/cisco_ios/11_local_authentication_authorization_and_accounting_rules/rule_119_set_aaa_accounting_network.yml

-21
This file was deleted.

0 commit comments

Comments
 (0)