Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add inject option for ipa testing. #78

Merged
merged 2 commits into from
May 15, 2018
Merged

Add inject option for ipa testing. #78

merged 2 commits into from
May 15, 2018

Commits on May 10, 2018

  1. Add inject option for ipa testing.

    Provides the following options for injection:
    
    :inject_packages: an rpm path or list of rpm paths which will be
                      copied and installed on instance.
    :inject_archives: an archive or list of archives which will
                      be copied and extracted on instance.
    :inject_files: a file path or list of file paths which
                   will be copied to instance.
    :execute: a command or list of commands to run.
    :install: a package name or list of package names to
             install from an existing repo.
    
    The injection happens in that order.
    smarlowucf committed May 10, 2018
    Configuration menu
    Copy the full SHA
    b6155f4 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2018

  1. Configuration menu
    Copy the full SHA
    cfc88b3 View commit details
    Browse the repository at this point in the history