Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhance testing for prometheus metrics at agent #916

Merged
merged 3 commits into from
Jul 16, 2020

Commits on Jul 15, 2020

  1. Enhance testing for prometheus metrics at agent

    Added testing for following metrics in integration tests:
    antrea_agent_ovs_total_flow_count
    antrea_agent_ovs_flow_count
    antrea_agent_local_pod_count
    
    Fixes#799
    srikartati committed Jul 15, 2020
    Configuration menu
    Copy the full SHA
    7239160 View commit details
    Browse the repository at this point in the history
  2. Changes to Makefile to run integration test on MacOS

    When running integration test on MacOS, hit an error because of an old
    docker image for antrea/openvswitch:2.13.0. Pulling that docker image
    explicitly which is used as base image for test container image.
    srikartati committed Jul 15, 2020
    Configuration menu
    Copy the full SHA
    b32a7c7 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2020

  1. Addressed latest comments

    srikartati committed Jul 16, 2020
    Configuration menu
    Copy the full SHA
    504f64c View commit details
    Browse the repository at this point in the history