Skip to content

Commit

Permalink
Virtual machine test case update (#595)
Browse files Browse the repository at this point in the history
* update test case

* update test case
  • Loading branch information
xuzhang3 authored Aug 10, 2021
1 parent b51429e commit 746bdfa
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
location: "{{ location }}"
publisher: OpenLogic
offer: CentOS
sku: '7.3'
version: '7.3.20170707'
sku: '7.5'
version: '7.5.201808150'
register: output

- assert:
Expand All @@ -19,7 +19,7 @@
location: "{{ location }}"
publisher: OpenLogic
offer: CentOS
sku: '7.3'
sku: '7.5'
register: output

- assert:
Expand Down

0 comments on commit 746bdfa

Please sign in to comment.