Skip to content

Commit 5d61afe

Browse files
committed
Restore readme changes
1 parent 9321e8d commit 5d61afe

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

data_test/Readme.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,15 @@ python3 run_metrics_tests.py <path_to_test_cases.json>
6969

7070
# For Trace Testing
7171
python3 run_trace_tests.py <path_to_test_cases.json>
72+
73+
## For Tags Testing
74+
python3 run_tag_tests.py <path_to_test_cases.json>
75+
76+
## For Cloudtrail Events Testing
77+
python3 run_cloudtrail_test.py <path_to_test_cases.json>
78+
79+
## For OTEL Resource Attribute Testing
80+
python3 run_otel_resource_attributes_tests.py <path_to_test_cases.json>
7281
```
7382

7483
## Test Case Format

0 commit comments

Comments
 (0)