NAME
smolder_smoke_signal
SYNOPSIS
./bin/smolder_smoke_signal --server smolder.foo.com \
--username myself --password s3cr3t --file test_report.xml \
--project MyProject
DESCRIPTION
Script used to upload a Smoke test report to a running smolder server. This is extremely useful for scripted/automatic test runs but also helpful when using a CLI makes things faster.
OPTIONS
REQUIRED
- server
-
This is the hostname (and port if not 80) of the running Smolder server.
- project
-
The name of the Smolder project to use for the upload.
- username
-
The name of the Smolder user to use for the upload.
- password
-
The password for the Smolder user given by
username
. - file
-
The name of the file to upload. Please see docs/upload_file_format.pod for more details about the format that Smolder expects this file to take.
OPTIONAL
- architecture
-
The architecture for the given smoke test run. If none is given it will use the default architecture for the project.
- platform
-
The platform for the given smoke test run. If none is given it will use the default platform for the project.
-
A comma separated list of tags that are given for this smoke report run.
./bin/smolder_smoke_signal --server smolder.foo.com \ --username myself --password s3cr3t --file test_report.xml \ --project MyProject --tags "Foo, My Bar"
- comments
-
Any comments that you want to associate with the smoke test run.
- verbose
-
Print verbose output of our actions to STDOUT.
1 POD Error
The following errors were encountered while parsing the POD:
- Around line 66:
=over without closing =back