-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
184 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 |
---|---|---|
|
@@ -146,6 +146,18 @@ jobs: | |
- name: "Run test: set mail recipient" | ||
run: python3 /opt/linupdate/linupdate.py --set-mail-recipient [email protected],[email protected] | ||
|
||
- name: "Run test: set mail smtp host" | ||
run: python3 /opt/linupdate/linupdate.py --set-mail-smtp-host localhost | ||
|
||
- name: "Run test: get mail smtp host" | ||
run: python3 /opt/linupdate/linupdate.py --get-mail-smtp-host | ||
|
||
- name: "Run test: set mail smtp port" | ||
run: python3 /opt/linupdate/linupdate.py --set-mail-smtp-port 25 | ||
|
||
- name: "Run test: get mail smtp port" | ||
run: python3 /opt/linupdate/linupdate.py --get-mail-smtp-port | ||
|
||
- name: "Run test: set package exclusions" | ||
run: python3 /opt/linupdate/linupdate.py --exclude "kernel.*" | ||
|
||
|
@@ -237,6 +249,18 @@ jobs: | |
- name: "Run test: set mail recipient" | ||
run: python3 /opt/linupdate/linupdate.py --set-mail-recipient [email protected],[email protected] | ||
|
||
- name: "Run test: set mail smtp host" | ||
run: python3 /opt/linupdate/linupdate.py --set-mail-smtp-host localhost | ||
|
||
- name: "Run test: get mail smtp host" | ||
run: python3 /opt/linupdate/linupdate.py --get-mail-smtp-host | ||
|
||
- name: "Run test: set mail smtp port" | ||
run: python3 /opt/linupdate/linupdate.py --set-mail-smtp-port 25 | ||
|
||
- name: "Run test: get mail smtp port" | ||
run: python3 /opt/linupdate/linupdate.py --get-mail-smtp-port | ||
|
||
- name: "Run test: set package exclusions" | ||
run: python3 /opt/linupdate/linupdate.py --exclude "kernel.*" | ||
|
||
|
@@ -328,6 +352,18 @@ jobs: | |
- name: "Run test: set mail recipient" | ||
run: python3 /opt/linupdate/linupdate.py --set-mail-recipient [email protected],[email protected] | ||
|
||
- name: "Run test: set mail smtp host" | ||
run: python3 /opt/linupdate/linupdate.py --set-mail-smtp-host localhost | ||
|
||
- name: "Run test: get mail smtp host" | ||
run: python3 /opt/linupdate/linupdate.py --get-mail-smtp-host | ||
|
||
- name: "Run test: set mail smtp port" | ||
run: python3 /opt/linupdate/linupdate.py --set-mail-smtp-port 25 | ||
|
||
- name: "Run test: get mail smtp port" | ||
run: python3 /opt/linupdate/linupdate.py --get-mail-smtp-port | ||
|
||
- name: "Run test: set package exclusions" | ||
run: python3 /opt/linupdate/linupdate.py --exclude "kernel.*" | ||
|
||
|
@@ -416,6 +452,18 @@ jobs: | |
- name: "Run test: set mail recipient" | ||
run: sudo python3 /opt/linupdate/linupdate.py --set-mail-recipient [email protected],[email protected] | ||
|
||
- name: "Run test: set mail smtp host" | ||
run: sudo python3 /opt/linupdate/linupdate.py --set-mail-smtp-host localhost | ||
|
||
- name: "Run test: get mail smtp host" | ||
run: sudo python3 /opt/linupdate/linupdate.py --get-mail-smtp-host | ||
|
||
- name: "Run test: set mail smtp port" | ||
run: sudo python3 /opt/linupdate/linupdate.py --set-mail-smtp-port 25 | ||
|
||
- name: "Run test: get mail smtp port" | ||
run: sudo python3 /opt/linupdate/linupdate.py --get-mail-smtp-port | ||
|
||
- name: "Run test: set package exclusions" | ||
run: sudo python3 /opt/linupdate/linupdate.py --exclude "kernel.*" | ||
|
||
|
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 |
---|---|---|
|
@@ -177,6 +177,18 @@ jobs: | |
- name: "Run test: set mail recipient" | ||
run: python3 /opt/linupdate/linupdate.py --set-mail-recipient [email protected],[email protected] | ||
|
||
- name: "Run test: set mail smtp host" | ||
run: python3 /opt/linupdate/linupdate.py --set-mail-smtp-host localhost | ||
|
||
- name: "Run test: get mail smtp host" | ||
run: python3 /opt/linupdate/linupdate.py --get-mail-smtp-host | ||
|
||
- name: "Run test: set mail smtp port" | ||
run: python3 /opt/linupdate/linupdate.py --set-mail-smtp-port 25 | ||
|
||
- name: "Run test: get mail smtp port" | ||
run: python3 /opt/linupdate/linupdate.py --get-mail-smtp-port | ||
|
||
- name: "Run test: set package exclusions" | ||
run: python3 /opt/linupdate/linupdate.py --exclude "kernel.*" | ||
|
||
|
@@ -275,6 +287,18 @@ jobs: | |
- name: "Run test: set mail recipient" | ||
run: python3 /opt/linupdate/linupdate.py --set-mail-recipient [email protected],[email protected] | ||
|
||
- name: "Run test: set mail smtp host" | ||
run: python3 /opt/linupdate/linupdate.py --set-mail-smtp-host localhost | ||
|
||
- name: "Run test: get mail smtp host" | ||
run: python3 /opt/linupdate/linupdate.py --get-mail-smtp-host | ||
|
||
- name: "Run test: set mail smtp port" | ||
run: python3 /opt/linupdate/linupdate.py --set-mail-smtp-port 25 | ||
|
||
- name: "Run test: get mail smtp port" | ||
run: python3 /opt/linupdate/linupdate.py --get-mail-smtp-port | ||
|
||
- name: "Run test: set package exclusions" | ||
run: python3 /opt/linupdate/linupdate.py --exclude "kernel.*" | ||
|
||
|
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
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
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