Skip to content

Commit 1bbd80d

Browse files
committed
test: drop leading ietf/infix prefix from directories
Let's drop the leading IETF or Infix prefixes from tests. Initially the idea was to mimnic the YANG models, but it's difficult to navigate and does not provide any real benefit to developers or end-users. Signed-off-by: Joachim Wiberg <[email protected]>
1 parent 79dd5d2 commit 1bbd80d

File tree

473 files changed

+150
-148
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

473 files changed

+150
-148
lines changed

doc/testing.md

Lines changed: 13 additions & 13 deletions

test/case/all.yaml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -18,37 +18,37 @@
1818
suite: misc/all.yaml
1919

2020

21-
- name: "IETF System"
22-
suite: ietf_system/all.yaml
21+
- name: "System"
22+
suite: system/all.yaml
2323

2424
# Upgrade may leave wrong boot order
2525
- case: meta/bootorder.py
2626
infamy:
2727
specification: False
2828

29-
- name: "IETF Syslog"
30-
suite: ietf_syslog/all.yaml
29+
- name: "Syslog"
30+
suite: syslog/all.yaml
3131

32-
- name: "IETF Interfaces"
33-
suite: ietf_interfaces/all.yaml
32+
- name: "Interfaces"
33+
suite: interfaces/all.yaml
3434

35-
- name: "IETF Routing"
36-
suite: ietf_routing/all.yaml
35+
- name: "Routing"
36+
suite: routing/all.yaml
3737

38-
- name: "Infix Firewall"
39-
suite: infix_firewall/all.yaml
38+
- name: "Firewall"
39+
suite: firewall/all.yaml
4040

41-
- name: "Infix Containers"
42-
suite: infix_containers/all.yaml
41+
- name: "Containers"
42+
suite: containers/all.yaml
4343

44-
- name: "Infix DHCP"
45-
suite: infix_dhcp/all.yaml
44+
- name: "DHCP"
45+
suite: dhcp/all.yaml
4646

47-
- name: "IETF Hardware"
48-
suite: ietf_hardware/all.yaml
47+
- name: "Hardware"
48+
suite: hardware/all.yaml
4949

50-
- name: "Infix Services"
51-
suite: infix_services/all.yaml
50+
- name: "Services"
51+
suite: services/all.yaml
5252

5353
- name: "Use Case Tests"
5454
suite: use_case/all.yaml
Lines changed: 2 additions & 2 deletions

test/case/infix_containers/basic/test.adoc renamed to test/case/containers/basic/test.adoc

Lines changed: 1 addition & 1 deletion
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)