Skip to content

Commit

Permalink
remove iim verify
Browse files Browse the repository at this point in the history
  • Loading branch information
huangjien committed Feb 24, 2024
1 parent fcadb4e commit f909082
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions molecule/__open-liberty/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,6 @@

tasks:
# - name: Check that the correct packages are installed
# # Using 'assert' module to validate conditions.
# assert:
# that:
# - "iim_info.packages | select('match', 'com.ibm.websphere.liberty.ND.*') | list | length > 0"
# - "iim_info.packages | select('match', 'com.ibm.java.jdk.v8.*') | list | length > 0"
- name: Check that jvm.options contains the expected content
# Using 'assert' module to check if '-Xmx1024m' is present in 'jvm.options' file.
assert:
Expand Down

0 comments on commit f909082

Please sign in to comment.