Table Of Contents
Table Of Contents

chart

from inet.test

This module provides functionality for chart testing of multiple simulations.

The main function is run_chart_tests(). It allows running multiple chart tests matching the provided filter criteria. Chart tests check if charts of the result analysis are the same as the saved baseline charts. The baseline charts can be found in the media folder of the simulation project. For the INET Framework the media folder can be found at https://github.com/inet-framework/media in a separate GitHub repository.

Functions

get_chart_test_tasks

Returns multiple chart test tasks matching the provided filter criteria.

get_update_chart_tasks

Returns multiple update chart tasks matching the provided filter criteria.

run_chart_tests

Runs one or more chart tests that match the provided filter criteria.

update_charts

Updates the stored charts for one or more chart tests that match the provided filter criteria.