===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
tempest-25.0.0/doc/source/test_removal.rst-67-``SELECT * from tests where test_id like "%test_id%";``
tempest-25.0.0/doc/source/test_removal.rst:68:(where ``$test_id`` is the full test_id, but truncated to the class because of
tempest-25.0.0/doc/source/test_removal.rst-69-``setUpClass`` or ``tearDownClass`` failures)
##############################################
tempest-25.0.0/tempest/cmd/run.py-301-                            default=False)
tempest-25.0.0/tempest/cmd/run.py:302:        # execution args
tempest-25.0.0/tempest/cmd/run.py-303-        parser.add_argument('--concurrency', '-w',
##############################################
tempest-25.0.0/tempest/scenario/test_security_groups_basic_ops.py-192-        self._verify_network_details(self.primary_tenant)
tempest-25.0.0/tempest/scenario/test_security_groups_basic_ops.py:193:        self._verify_mac_addr(self.primary_tenant)
tempest-25.0.0/tempest/scenario/test_security_groups_basic_ops.py-194-
##############################################
tempest-25.0.0/tempest/scenario/test_security_groups_basic_ops.py-443-
tempest-25.0.0/tempest/scenario/test_security_groups_basic_ops.py:444:    def _verify_mac_addr(self, tenant):
tempest-25.0.0/tempest/scenario/test_security_groups_basic_ops.py-445-        """Verify that VM has the same ip, mac as listed in port"""
##############################################
tempest-25.0.0/tempest/scenario/test_security_groups_basic_ops.py-491-            self._verify_network_details(self.alt_tenant)
tempest-25.0.0/tempest/scenario/test_security_groups_basic_ops.py:492:            self._verify_mac_addr(self.alt_tenant)
tempest-25.0.0/tempest/scenario/test_security_groups_basic_ops.py-493-
##############################################
tempest-25.0.0/tools/tempest-plugin-sanity.sh-120-    # Remove blacklisted tempest plugins
tempest-25.0.0/tools/tempest-plugin-sanity.sh:121:    if ! [[ `echo $BLACKLIST | grep -c $project ` -gt 0 ]]; then
tempest-25.0.0/tools/tempest-plugin-sanity.sh-122-        plugin_sanity_check $project && passed_plugin+=", $project" || \
##############################################
tempest-25.0.0/debian/tempest_shell_wrapper-7-if [ -r "${EXCLUDE_FILE}" ] ; then
tempest-25.0.0/debian/tempest_shell_wrapper:8:	for i in `grep -v -e '^#' -e '^[ \t]*$' ${EXCLUDE_FILE}` ; do
tempest-25.0.0/debian/tempest_shell_wrapper-9-		if [ -n "${A}" ] ; then