Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
dkosteck committed Dec 6, 2023
1 parent d2fba95 commit 419ad5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -206,4 +206,3 @@ def log_elastic(results):
elastic.elastic_doc["timestamp"] = datetime.now()

print(elastic.elastic_index)

2 changes: 2 additions & 0 deletions sriov/tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,13 @@
execute_and_assert,
)


class elastic:
# track elastic results (currently used in SR_IOV_Sanity_Performance)
elastic_index = None
elastic_doc = {}


def get_settings_obj() -> Config:
script_dir = os.path.dirname(os.path.realpath(__file__))
config_file = script_dir + "/config.yaml"
Expand Down

0 comments on commit 419ad5f

Please sign in to comment.