newrelic/Package installation testing
Test that given package can be installed from a given repo
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| repo_base_url | base url to the rpm/yum/apt repository of NR | yes | — |
| package_name | name of a package | yes | — |
| package_version | version of a package that should be installed | yes | — |
| gpg_key | gpg key to verify package signatures | yes | — |
| platforms | comma separated list of platforms with version we want to run test for | yes | — |
| exec_name | name of the binary that should be executed after installation | no | "" |
| version_command | command or flag used to check the installed version (e.g. "--version" or "version") | no | --version |
Outputs
no outputs