From Fedora Project Wiki

Revision as of 17:12, 22 April 2011 by Msavy (talk | contribs) (initial boxgrinder delivery CloudFront test case)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Description

Deliver an appliance to Amazon S3

Setup

Note.png
You need an Amazon AWS account and the CloudFront service enabled to perform this Test Case
plugins:
  s3:
    access_key: AWS_ACCESS_KEY                        # (required)
    secret_access_key: AWS_SECRET_ACCESS_KEY          # (required)
    bucket: stormgrind-test                           # (required)
    account_number: 0000-0000-0000                    # (required)
    path: /images                                     # default: /

How to test

  1. Navigate to directory boxgrinder-appliances/testing-appliances/jeos-appls/
  2. Execute
    boxgrinder-build fedora-15-jeos.appl -p ec2 -d cloudfront

Expected Results

The following must be true to consider this a successful test run.

  1. Step #2 completes without error (indicated on console)
  2. Program completes with exit code 0
  3. A tar.gz file of the JEOS appliance has appeared in CloudFront