Skip to content
Snippets Groups Projects
Commit 9f3d3ec6 authored by Nikolay Stanchev's avatar Nikolay Stanchev
Browse files

Slight refactoring

parent 541f3f00
No related branches found
No related tags found
No related merge requests found
...@@ -78,7 +78,7 @@ def generate_endpoint_config(cpu, mem, storage, time, **kwargs): ...@@ -78,7 +78,7 @@ def generate_endpoint_config(cpu, mem, storage, time, **kwargs):
:param mem: memory of VM endpoint :param mem: memory of VM endpoint
:param storage: storage capacity of VM endpoint :param storage: storage capacity of VM endpoint
:param time: time of measurement :param time: time of measurement
:param kwargs: 'pythonic-style' keyword arguments used to store the state as a key and it's respective state period (in seconds) as value :param kwargs: 'python-style' keyword arguments used to store the state as a key and it's respective state period (in seconds) as value
:return: dictionary object representing the data to post on influx :return: dictionary object representing the data to post on influx
""" """
......
...@@ -45,7 +45,6 @@ class TestSimulation(object): ...@@ -45,7 +45,6 @@ class TestSimulation(object):
:param query: the query to execute (value obtained from the pytest parameter decorator) :param query: the query to execute (value obtained from the pytest parameter decorator)
:param expected_result: the result expected from executing the query (value obtained from the pytest parameter decorator) :param expected_result: the result expected from executing the query (value obtained from the pytest parameter decorator)
:param influx_db the import db client fixture - imported from contest.py :param influx_db the import db client fixture - imported from contest.py
:param run_simulation_fixture: the imported fixture to use to generate the testing data - the return value of the fixture is not needed in this case
""" """
# pytest automatically goes through all queries under test, declared in the parameters decorator # pytest automatically goes through all queries under test, declared in the parameters decorator
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment