Skip to content

Commit

Permalink
docs(#3361): add clarifying comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Deblintrake09 committed Apr 24, 2023
1 parent fcfb1b3 commit d58c6e7
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,8 @@
configurations = load_configuration_template(configurations_path, configuration_parameters, configuration_metadata)

# Variables
patch_references = ['4465477', '5003711', '4470788']
# This patches are searched for to verify they are added correctly from the Catalog even if not associated to a CVE
patch_references = ['4465477', '5003711', '4470788']


@pytest.mark.tier(level=2)
Expand All @@ -98,7 +99,7 @@ def test_msu_catalog_patches(configuration, metadata, set_wazuh_configuration_vd
Test:
- Check in log that the database provider has been updated successfully.
- Query the DB to check patch is found in MSU_SUPERSEDENSE table
- Query the DB to check patch is not foundin MSU table (Has not Vulnerability linked to it).
- Query the DB to check patch is not found in MSU table (Has not Vulnerability linked to it).
Teardown:
- Clean the database.
- Stop wazuh-modulesd.
Expand Down

0 comments on commit d58c6e7

Please sign in to comment.