Skip to content

Commit

Permalink
python: Changed chart tests to run only in the showcase folder by def…
Browse files Browse the repository at this point in the history
…ault.
  • Loading branch information
levy committed Nov 4, 2024
1 parent e7c629a commit eee60f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/inet/test/chart.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ def run_protected(self, **kwargs):
multiple_simulation_task_results = self.multiple_simulation_tasks.run_protected(**kwargs)
return super().run_protected(**kwargs)

def get_chart_test_tasks(simulation_project=None, run_simulations=True, filter=None, working_directory_filter=None, chart_filter=None, exclude_chart_filter=None, **kwargs):
def get_chart_test_tasks(simulation_project=None, run_simulations=True, filter="showcases", working_directory_filter=None, chart_filter=None, exclude_chart_filter=None, **kwargs):
"""
Returns multiple chart test tasks matching the provided filter criteria. The returned tasks can be run by
calling the :py:meth:`run <inet.common.task.MultipleTasks.run>` method.
Expand Down

0 comments on commit eee60f5

Please sign in to comment.