forked from sonic-net/sonic-mgmt
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpytest.ini
More file actions
56 lines (55 loc) · 4.53 KB
/
Copy pathpytest.ini
File metadata and controls
56 lines (55 loc) · 4.53 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
[pytest]
junit_family=xunit1
norecursedirs=tests/common2
markers:
acl: ACL tests
bsl: BSL tests
po2vlan: Portchannel to VLAN tests
reboot: tests which perform SONiC reboot
port_toggle: tests which toggle ports
disable_loganalyzer: make to disable automatic loganalyzer
broadcom: test specific to Broadcom platform
pretest: tests are run before feature/regression test cases to prepare the DUT/environment.
posttest: tests are run after feature/regression test cases to cleanup the DUT/environment and/or collect diagnostics.
sanity_check: override the default sanity check settings
topology: specify which topology testcase can be executed on: (t0, t1, ptf, etc). For subtype topology marks, such as `t0-2vlans`, `t1-multi-asic`, plaese add them only when you confirm that the test script needs to run on this topology.
platform: specify which platform testcase can be executed on: (physical, virtual, broadcom, mellanox, etc)
supported_completeness_level: test supported levels of completeness (coverage) level (Debug, Basic, Confident, Thorough)
skip_check_dut_health: skip default execution of check_dut_health_status fixture
skip_active_standby: skip_active_standby marker
enable_active_active: enable_active_active marker
macsec_required: macsec_required marker
nat_dynamic: nat_dynamic marker
nat_static: nat_static marker
dynamic_config: dynamic_config marker
static_config: static_config marker
dependency: dependency marker
skip_traffic_test: skip_traffic_test marker
stress_test: mark test as stress test
dualtor_skip_setup_mux_ports: skip setup mux ports on dualtor
dualtor_setup_mux_port_manual_mode: setup mux ports to manual mode
dualtor_active_standby_toggle_to_enum_tor: setup active-standby mux ports active on the enum dut
dualtor_active_standby_toggle_to_enum_tor_manual_mode: setup active-standby mux ports active/manual mode on the enum dut
dualtor_active_standby_toggle_to_upper_tor: setup active-standby mux ports active on the upper ToR
dualtor_active_standby_toggle_to_upper_tor_manual_mode: setup active-standby mux ports active/manual mode on the upper ToR
dualtor_active_standby_toggle_to_lower_tor: setup active-standby mux ports active on the lower ToR
dualtor_active_standby_toggle_to_lower_tor_manual_mode: setup active-standby mux ports active/manual mode on the lower ToR
dualtor_active_standby_toggle_to_random_tor: setup active-standby mux ports active on the random-selected ToR
dualtor_active_standby_toggle_to_random_tor_manual_mode: setup active-standby mux ports active/manual mode on the random-selected ToR
dualtor_active_standby_toggle_to_random_unselected_tor: setup active-standby mux ports active on the random-unselected ToR
dualtor_active_standby_toggle_to_random_unselected_tor_manual_mode: setup active-standby mux ports active on the random-unselected ToR
dualtor_active_active_setup_standby_on_enum_tor: setup active-active mux ports standby on the enum dut
dualtor_active_active_setup_standby_on_enum_tor_manual_mode: setup active-active mux ports standby on the enum dut, manual on both
dualtor_active_active_setup_standby_on_upper_tor: setup active-active mux ports standby on the upper ToR
dualtor_active_active_setup_standby_on_upper_tor_manual_mode: setup active-active mux ports standby mode on the upper ToR, manual on both
dualtor_active_active_setup_standby_on_lower_tor: setup active-active mux ports standby on the lower ToR
dualtor_active_active_setup_standby_on_lower_tor_manual_mode: setup active-active mux ports standby mode on the lower ToR, manual on both
dualtor_active_active_setup_standby_on_random_tor: setup active-active mux ports standby on the random-selected ToR
dualtor_active_active_setup_standby_on_random_tor_manual_mode: setup active-active mux ports standby mode on the random-selected ToR, manual on both
dualtor_active_active_setup_standby_on_random_unselected_tor: setup active-active mux ports standby on the random-unselected ToR
dualtor_active_active_setup_standby_on_random_unselected_tor_manual_mode: setup active-active mux ports standby on the random-unselected ToR, manual on both
log_cli_format: %(asctime)s %(funcNamewithModule)-40.40s L%(lineno)-.4d %(levelname)-7s| %(message)s
log_file_format: %(asctime)s %(funcNamewithModule)-40.40s L%(lineno)-.4d %(levelname)-7s| %(message)s
log_file_date_format: %d/%m/%Y %H:%M:%S
log_format: %(asctime)s %(funcNamewithModule)-40.40s L%(lineno)-.4d %(levelname)-7s| %(message)s
log_date_format: %d/%m/%Y %H:%M:%S