summaryrefslogtreecommitdiffstats
path: root/tests/units/anta_tests/test_ptp.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/units/anta_tests/test_ptp.py')
-rw-r--r--tests/units/anta_tests/test_ptp.py14
1 files changed, 7 insertions, 7 deletions
diff --git a/tests/units/anta_tests/test_ptp.py b/tests/units/anta_tests/test_ptp.py
index ef42a58..8f4c77f 100644
--- a/tests/units/anta_tests/test_ptp.py
+++ b/tests/units/anta_tests/test_ptp.py
@@ -42,11 +42,11 @@ DATA: list[dict[str, Any]] = [
"expected": {"result": "failure", "messages": ["The device is not configured as a PTP Boundary Clock: 'ptpDisabled'"]},
},
{
- "name": "error",
+ "name": "skipped",
"test": VerifyPtpModeStatus,
"eos_data": [{"ptpIntfSummaries": {}}],
"inputs": None,
- "expected": {"result": "error", "messages": ["'ptpMode' variable is not present in the command output"]},
+ "expected": {"result": "skipped", "messages": ["PTP is not configured"]},
},
{
"name": "success",
@@ -104,11 +104,11 @@ DATA: list[dict[str, Any]] = [
},
},
{
- "name": "error",
+ "name": "skipped",
"test": VerifyPtpGMStatus,
"eos_data": [{"ptpIntfSummaries": {}}],
"inputs": {"gmid": "0xec:46:70:ff:fe:00:ff:a8"},
- "expected": {"result": "error", "messages": ["'ptpClockSummary' variable is not present in the command output"]},
+ "expected": {"result": "skipped", "messages": ["PTP is not configured"]},
},
{
"name": "success",
@@ -161,14 +161,14 @@ DATA: list[dict[str, Any]] = [
"expected": {"result": "failure", "messages": ["The device lock is more than 60s old: 157s"]},
},
{
- "name": "error",
+ "name": "skipped",
"test": VerifyPtpLockStatus,
"eos_data": [{"ptpIntfSummaries": {}}],
"inputs": None,
"expected": {
- "result": "error",
+ "result": "skipped",
"messages": [
- "'ptpClockSummary' variable is not present in the command output",
+ "PTP is not configured",
],
},
},