-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add test for checking podman settings
- Loading branch information
1 parent
94f0140
commit 7940f87
Showing
2 changed files
with
13 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
tedge ALL = (ALL) NOPASSWD: /usr/bin/podman, /usr/bin/docker, /usr/bin/tedge-container |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
*** Settings *** | ||
Resource ../../resources/common.robot | ||
Library Cumulocity | ||
Library DeviceLibrary | ||
|
||
Suite Setup Set Main Device | ||
|
||
*** Test Cases *** | ||
|
||
Pull docker.io images by default | ||
${operation}= Cumulocity.Execute Shell Command sudo podman pull nginx | ||
${operation}= Operation Should Be SUCCESSFUL ${operation} |