Skip to content

Commit

Permalink
Add latest iteration of license content for SLES
Browse files Browse the repository at this point in the history
  • Loading branch information
smarlowucf committed May 8, 2024
1 parent 844114e commit aec5646
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ def test_sles_sap_license(confirm_license_content, get_release_value):
'SUSE End User License Agreement',
'SUSE(R) Linux Enterprise End User License Agreement',
'SUSE® Linux Enterprise End User License Agreement',
'End User License Agreement for SUSE Products'
'End User License Agreement for SUSE Products',
'SUSE(R) End User License Agreement'
]
result = confirm_license_content(license_dirs, license_content)

Expand Down
3 changes: 2 additions & 1 deletion usr/share/lib/img_proof/tests/SLES/test_sles_license.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ def test_sles_license(confirm_license_content):
'SUSE End User License Agreement',
'SUSE(R) Linux Enterprise End User License Agreement',
'SUSE® Linux Enterprise End User License Agreement',
'End User License Agreement for SUSE Products'
'End User License Agreement for SUSE Products',
'SUSE(R) End User License Agreement'
]
result = confirm_license_content(license_dirs, license_content)

Expand Down

0 comments on commit aec5646

Please sign in to comment.