Skip to content

Commit

Permalink
Removed assert of virt-who, it is not in uploader.json (#3556)
Browse files Browse the repository at this point in the history
Signed-off-by: ahitacat <[email protected]>
  • Loading branch information
ahitacat authored Oct 18, 2022
1 parent 0fa220c commit 4e6d246
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,6 @@ def test_log_long_key(logger_warning):
map_rm_conf_to_components(rm_conf, uploader_json)
logger_warning.assert_any_call("- /usr/bin/find /etc/origin/node => certificates_enddate\n /etc/origin/master /etc/pki /etc/ipa\n /etc/tower/tower.cert -type f -exec\n /usr/bin/openssl x509 -noout -enddate -in '{}'\n \\; -exec echo 'FileName= {}' \\;")
logger_warning.assert_any_call("- /usr/bin/md5sum /etc/pki/product/69.pem => md5chk_files")
logger_warning.assert_any_call("- /etc/sysconfig/virt-who => sysconfig_virt_who")
logger_warning.assert_any_call("- krb5_conf_d => krb5")


Expand Down

0 comments on commit 4e6d246

Please sign in to comment.