-
-
Notifications
You must be signed in to change notification settings - Fork 20
Feature/tests apt #284
Feature/tests apt #284
Conversation
.github/workflows/tests.yml
Outdated
| apt-tests: | ||
| name: apt-tests | ||
| runs-on: ubuntu-latest | ||
| container: guerra1994/go-mosquitto-ubuntu-env |
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.
Can you please add the Dockerfile for this Image?
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.
@rsora
I added this Dockerfile but there is also another image and is not a simple docker file. For now, docker images are hosted on my GH https://github.com/guerinoni/go-mqtt-docker-env and https://github.com/guerinoni/go-mosquitto-ubuntu-env, if you want we can move this repo in arduino GH or add it as submodules
As you prefer...
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 them under the Arduino org, documenting, and providing links in the readme in a proper section. 👍
pippolo84
left a comment
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 fix that minor style issue
987225c to
5b02e9d
Compare
5b02e9d to
1f18038
Compare
Signed-off-by: Federico Guerinoni <guerra@develer.com>
This type of test should be performed on docker container guerra1994/go-mosquitto-ubuntu-env or in local machine properly configured. Signed-off-by: Federico Guerinoni <guerra@develer.com>
In this case I also renamed functional-tests script in docker-tests because is more consistent. Signed-off-by: Federico Guerinoni <guerra@develer.com>
Signed-off-by: Federico Guerinoni <guerra@develer.com>
Signed-off-by: Federico Guerinoni <guerra@develer.com>
It seems that repository is already removed but is not right because in /etc/apt/sources.list.d/managed.list is still present. Signed-off-by: Federico Guerinoni <guerra@develer.com>
Signed-off-by: Federico Guerinoni <guerra@develer.com>
Signed-off-by: Federico Guerinoni <guerra@develer.com>
Signed-off-by: Federico Guerinoni <guerra@develer.com>
Signed-off-by: Federico Guerinoni <guerra@develer.com>
Signed-off-by: Federico Guerinoni <guerra@develer.com>
b32aa60 to
de68dfd
Compare
Add the first part of tests for apt APIT