pengshanyu
pengshanyu
Hi @dougsland , I think I may not fully get your idea, so have a few questions: ``` if NETWORK == host: tests.append(skip_agent_flooder_as_cannot_reach_bluechi_host_in_another_network) ``` 1) Should `agent-flood` be executed against...
Is the function we expect as follows (if I understand correctly): 1) Make a common function to modify the value of `NETWORK` in qm to `host` or `private` 2) Then,...
I seem to get your meaning a little bit. In this case, do we need to get the value of the current QM network before executing the test case, and...
@dougsland Thank you so much for the details. What confuses me is that should we add the above functions as a new test plan to replace the existing plan (such...
Hi @dougsland @Yarboa, I would like to confirm with you what kind of function expected. Do we want to use this newly added test plan to replace the current ffi...
I tried modifying “plans/e2e/ffi.fmf” and run it with `tmt -c scenario=ffi -c qm_network=private run ...` , then "agent-flood" did not run. ``` adjust+: - discover+: - name: qm network host...
no, I remember `SKIP_TEST`. When I tested the code above, I changed https://github.com/containers/qm/blob/main/tests/ffi/agent-flood/main.fmf#L2 to `test: /bin/bash ./test.sh`
@Yarboa thanks for the info. Do you mean that we need to change the configuration of bluechi agent for ControllerHost in qm so that the agent-flood test can be run...
Hi @Yarboa , I modified the configuration mentioned [above](https://github.com/containers/qm/issues/416#issuecomment-2200018938), but “bluechi-testers" still cannot start, could you help to take a look, the error is as follows: ``` bash-5.1# systemctl status...
@dougsland thanks. I tried to install `python3-gobject` on the system, and the above error still occurs. Should I install it inside qm?