-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Windows] Add new test case windows_online_updates_install #594
Conversation
windows/windows_online_updates_install/install_windows_updates.yml
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It seems this new case doing similar thing like windows_update_install/install_online_updates.yml
. Can't it be reused with some modifications?
windows/windows_online_updates_install/windows_online_updates_install.yml
Outdated
Show resolved
Hide resolved
windows/windows_online_updates_install/windows_online_updates_install.yml
Outdated
Show resolved
Hide resolved
This new added test case |
1f1d465
to
157f339
Compare
a479a9a
to
a32d41a
Compare
windows/windows_online_updates_install/windows_online_updates_install.yml
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thanks!
Signed-off-by: Diane Wang <dianew@vmware.com>
Signed-off-by: Diane Wang <dianew@vmware.com>
Signed-off-by: Diane Wang <dianew@vmware.com>
Signed-off-by: Diane Wang <dianew@vmware.com>
Signed-off-by: Diane Wang <dianew@vmware.com>
Signed-off-by: Diane Wang <dianew@vmware.com>
Signed-off-by: Diane Wang <dianew@vmware.com>
Signed-off-by: Diane Wang <dianew@vmware.com>
Signed-off-by: Diane Wang <dianew@vmware.com>
Signed-off-by: Diane Wang <dianew@vmware.com>
Signed-off-by: Diane Wang <dianew@vmware.com>
Signed-off-by: Diane Wang <dianew@vmware.com>
Signed-off-by: Diane Wang <dianew@vmware.com>
Signed-off-by: Diane Wang <dianew@vmware.com>
Signed-off-by: Diane Wang <dianew@vmware.com>
Signed-off-by: Diane Wang <dianew@vmware.com>
Signed-off-by: Diane Wang <dianew@vmware.com>
Signed-off-by: Diane Wang <dianew@vmware.com>
Signed-off-by: Diane Wang <dianew@vmware.com>
Signed-off-by: Diane Wang <dianew@vmware.com>
Signed-off-by: Diane Wang <dianew@vmware.com>
Signed-off-by: Diane Wang <dianew@vmware.com>
53fa4ea
to
ec0954a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks.
Add a new parameter 'windows_updated_build_num', which is the at least build number user expected after installing Windows updates.
windows_updated_build_num
is not defined or empty or is the same as the current build:Running this test case, means installing available Windows updates, and will not compare the build number after.
If no updates searched, test case will be skipped.
windows_updated_build_num
is defined and newer than the current build:Running this test case, means installing available Windows updates containing categories which will increase the build num, and will check build number after installing updates should >= expected build number.
windows_updated_build_num
is defined and older than the current build:test case will fail due to incorrect parameter configuration.