-
Notifications
You must be signed in to change notification settings - Fork 28
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
add tier-0 test case #486
add tier-0 test case #486
Conversation
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.
Please add the tests to .packit.yaml
to be visible on github tests
Should I do it now in this PR or should I wait until this PR is merged before doing it? |
MHO, if this new packit test introduced, why not let it run, this way we confirm that test merged are working Now, i see you calked the tests tier-2 |
d12e330
to
24ddc88
Compare
Hi @Yarboa, I renamed current tier-0 tests to |
qm-connectivity exist in new tier-0 but it could run in the test, since it checks for multi connectivity related to qm-unit-files, i think it is already running in ffi Please update the test of tier-0 similar to ffi tests Please as you mentioned rename tier-0 tests as mentioned |
@Yarboa thank you for the reply. |
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.
Very nice work @pengshanyu
Please see the comments above,
I would not choose to number the tests, but it is up to you
a1db407
to
6ea8f46
Compare
/packit test --identifier qm-tier-0 |
LGTM, |
dab24a3
to
cc45a79
Compare
@Yarboa, thank you so much for the review. I added the Polarion-id. |
Signed-off-by: pengshanyu <yupengshan@hotmail.com> delete blank Lines Signed-off-by: pengshanyu <yupengshan@hotmail.com> trim trailing whitespace Signed-off-by: pengshanyu <yupengshan@hotmail.com> update function name and implementation Signed-off-by: pengshanyu <yupengshan@hotmail.com> added:check /var on ostree Signed-off-by: pengshanyu <yupengshan@hotmail.com> rename old tier-0 to multi-bluechi-agents;rename sanity test to tier-0 Signed-off-by: pengshanyu <yupengshan@hotmail.com> trailing-whitespace Signed-off-by: pengshanyu <yupengshan@hotmail.com> remove old tier 0 Signed-off-by: pengshanyu <yupengshan@hotmail.com> split sanity test to 6 tests Signed-off-by: pengshanyu <yupengshan@hotmail.com> trailing-whitespace Signed-off-by: pengshanyu <yupengshan@hotmail.com> not number the tests;add main.fmf;manual_trigger multi-bluechi-agents Signed-off-by: pengshanyu <yupengshan@hotmail.com> correct typo Signed-off-by: pengshanyu <yupengshan@hotmail.com> add polarion id Signed-off-by: pengshanyu <yupengshan@hotmail.com>
fe8e436
to
4dfad9c
Compare
/packit test --identifier qm-tier-0 |
Hi @Yarboa , after this PR merged, we should also exclude this sanity test cases in the p-l-p test plan, right? |
/packit test --identifier e2e-multi-bluechi-agents |
seems that tests is failing |
Signed-off-by: pengshanyu <yupengshan@hotmail.com>
/packit test --identifier e2e-multi-bluechi-agents |
Signed-off-by: pengshanyu <yupengshan@hotmail.com>
/packit test --identifier e2e-multi-bluechi-agents |
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
We have several test cases for FFI, but we are missing some basic/simple sanity tests for qm, if it is installed properly and/or if environment started successfully.
This is a draft version. Since the naming of the test files and test methods are simple, I hope to use this version as a starting point for improving the sanity test.
We would like to name this test plan tier-0, but need to rename the current tier-0 first, so I temporarily named it tier-2
resolve #342