Skip to content

Commit

Permalink
Mark unit and integration tests for avi vantage integration (#19247)
Browse files Browse the repository at this point in the history
  • Loading branch information
iliakur authored Dec 11, 2024
1 parent 39d113b commit 7c32adc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions avi_vantage/tests/test_avi_vantage.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
from datadog_checks.dev.utils import get_metadata_metrics


@pytest.mark.unit
def test_check(mock_client, get_expected_metrics, aggregator, unit_instance, dd_run_check):
check = AviVantageCheck('avi_vantage', {}, [unit_instance])
dd_run_check(check)
Expand All @@ -17,6 +18,7 @@ def test_check(mock_client, get_expected_metrics, aggregator, unit_instance, dd_
aggregator.assert_metrics_using_metadata(get_metadata_metrics())


@pytest.mark.integration
def test_integration(
dd_environment, get_expected_metrics, aggregator, integration_instance, dd_run_check, datadog_agent
):
Expand Down

0 comments on commit 7c32adc

Please sign in to comment.