Roman Plevka

Results 51 comments of Roman Plevka

I'm using the camera behind NVR and while I can't even reach the `main` RTMP stream via VLC player on my laptop, I can reach the `external` stream which works...

I managed to fix my live logging issue by adding `ext` stream to the integration options. see my PR https://github.com/fwestenberg/reolink_dev/pull/356

+1 I am using a self-signed certificate on my local nextcloud instance. A checkbox for ignoring SSL checks might be useful

@HardNorth thanks for looking into this. Are you saying that the non-async (`v1`) endpoint works correctly with this? I'm actually using my own client to parse pytest junit xml file...

@DzmitryHumianiuk I believe the request is still valid and implementing it would make reruns/retries usage much more user friendly and the api usage more consistent

Looks great - will you raise PR for it?

oh, no https://docs.pytest.org/en/7.1.x/deprecations.html#fspath-argument-for-node-constructors-replaced-with-pathlib-path

anyway, as @mshriver has noted in the chat, the test uses a fixture that [registers a finalizer](https://github.com/SatelliteQE/robottelo/blob/master/tests/foreman/cli/test_realm.py#L37). This finalizer should [delete the proxy](https://github.com/SatelliteQE/robottelo/blob/master/robottelo/cleanup.py#L14). I believe the whole issue boils down...

the 2nd rerun doesn't create any test items simply because api now returns 2 items of the same name and it apparently expects just 1: ``` api_1 | 2020-12-08 21:58:14.877...

@evjlobanova hi, thanks for reply - this is the very recent `5.3.3` but the issue is reproducible on older `5.3` as well