Skip to content

Commit

Permalink
Merge pull request #173 from SUSE-Enceladus/license-loc
Browse files Browse the repository at this point in the history
Add new license directories for SLES test.
  • Loading branch information
smarlowucf authored Feb 26, 2019
2 parents bc81191 + 3e10181 commit bc0f7a6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion usr/share/lib/ipa/tests/SLES/SAP/test_sles_sap_license.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ def test_sles_sap_license(

license_dirs = [
'/etc/YaST2/licenses/ha/',
'/etc/YaST2/licenses/SLES_SAP/'
'/etc/YaST2/licenses/SLES_SAP/',
'/usr/share/licenses/product/SLES_SAP/'
]
result = confirm_sles_license_content(license_dirs)

Expand Down
4 changes: 3 additions & 1 deletion usr/share/lib/ipa/tests/SLES/test_sles_license.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
def test_sles_license(host, confirm_sles_license_content):
license_dirs = [
'/etc/YaST2/licenses/base/',
'/etc/YaST2/licenses/SLES/'
'/etc/YaST2/licenses/SLES/',
'/usr/share/licenses/product/base/',
'/usr/share/licenses/product/SLES/'
]
result = confirm_sles_license_content(license_dirs)

Expand Down

0 comments on commit bc0f7a6

Please sign in to comment.