Rina Fujino

Results 121 comments of Rina Fujino

It would be good that the script supports the both `purge` and `remove`. For purging, I have created this script for CI pipeline. We can use it as start point....

AC: * Create a simple script to `purge`/`remove` thin-edge.io packages. * Add the description how to uninstall on https://thin-edge.github.io/thin-edge.io/html/howto-guides/002_installation.html

Hi @mbay-ODW, now we have the description [how to uninstall](https://thin-edge.github.io/thin-edge.io/html/howto-guides/002_installation.html#uninstall-thin-edgeio), and the [script](https://github.com/thin-edge/thin-edge.io/blob/main/uninstall-thin-edge_io.sh). If you are happy with them, can you close the issue? If no comment after 1 week,...

@PradeepKiruvale Did you delete the directory `/run/tedge_agent` while `tedge_agent` is running?

* Prepare a script to remove all certificates from the eu-latest tenant in the QA repo. * We run the script manually from time to time.

This issue is still valid. * We still run smoke tests to Cumulocity. * The script [`configure_bridge.sh`](https://github.com/thin-edge/thin-edge.io/blob/main/ci/configure_bridge.sh#L34) creates a device certificate on every run and upload it to our Cumulocity...

We used PySys framework for system tests and end-to-end tests. However, the tests went unstable as discussed [here](https://github.com/thin-edge/thin-edge.io/issues/808#issuecomment-1185390828). We keep unit tests and integration tests in Rust. On the other...

I feel the test steps are wrong. - Using `LimitedBandwidth::project` as the type for both LimitedBandwidth.zip and quickstart.zip - Shouldn't you call `/usr/bin/sudo /etc/tedge/sm-plugins/apama remove LimitedBandwidth::project` before upgrading?

Apparently, our current software management doesn't add the child device ID to the topic `c8y/s/us`. However, I come up with a quick solution. (needs to be verified though) 1. If...