-
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
1 parent
58a6e07
commit a58a0f0
Showing
3 changed files
with
36 additions
and
33 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,35 @@ | ||
# Tests to be done | ||
|
||
## Does Repo Install? (no software attempts ) | ||
| Test Name | Already Installed | Not Installed | | ||
|----------------------|-------------------|---------------| | ||
| Fedora (RPMFusion) | Pass - DONE | Pass - DONE | | ||
| Ubuntu (random PPAs) | Pass - DONE | Pass - DONE | | ||
| openSUSE (packman) | Pass - DONE | Pass - DONE | | ||
|
||
|
||
## Software install + prompt to user if a third party repo is needed | ||
|
||
- These tests only pass if something from the repo in question installs correctly | ||
|
||
### rpmfusion tests | ||
|
||
| Test Name | Repo exists - Software installs | Repo Doesn't Exist - Software Installs | | ||
|--------------------|---------------------------------|----------------------------------------| | ||
| Fedora (RPMFusion) | Pass - DONE | Pass - Done | | ||
|
||
|
||
### Packman Test | ||
| Test Name | Repo exists - Software installs | Repo Doesn't Exist - Repo Installs | Repo Exists - Repo Doesn't (re)Installs | | ||
|--------------------|---------------------------------|------------------------------------|-----------------------------------------| | ||
| openSUSE Leap 15.4 | --- | ---- | -- | | ||
| openSUSE TW | Pass - DONE | Pass - DONE | Pass - DONE | | ||
|
||
|
||
Ubuntu | ||
|
||
Package install (based on user selection (tested "yes") OR default value "no" ) | ||
|
||
| Test Name | Already Installed | Not Installed | | ||
|----------------------|-------------------|---------------| | ||
| Ubuntu (random PPAs) | Pass - DONE | Pass - DONE | |
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 @@ | ||
PPAPackageInstall=no |
This file was deleted.
Oops, something went wrong.