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

Test that pulp can upload package_environments #319

Closed
preethit opened this issue Jun 28, 2016 · 0 comments
Closed

Test that pulp can upload package_environments #319

preethit opened this issue Jun 28, 2016 · 0 comments

Comments

@preethit
Copy link

preethit commented Jun 28, 2016

https://pulp.plan.io/issues/1003
Test package environments can be uploaded

$ pulp-admin rpm repo uploads environment

Command: environment
Description: creates a new package environment

Available Arguments:

  --bg                 - if specified, the client process will end immediately
                         (the task will continue to run on the server)
  --repo-id            - (required) unique identifier; only alphanumeric, ., -,
                         and _ allowed
  -v                   - display extra information about the upload process
  --environment-id, -i - (required) id of the package environment
  --name, -n           - (required) name of the package environment
  --description, -d    - (required) description of the package environment
  --display-order      - display order for the package environment. Defaults to
                         1024
  --group, -g          - package group IDs to include in the package
                         environment; multiple may be indicated by specifying
                         the argument multiple times
The following options are required but were not specified:
  --repo-id
  --environment-id
  --name
  --description
@danuzclaudes danuzclaudes self-assigned this Jun 30, 2016
@preethit preethit added this to the Chongrui - Summer Internship milestone Jul 7, 2016
danuzclaudes added a commit to danuzclaudes/pulp-smash that referenced this issue Jul 18, 2016
This PR targets on pulp#319 and https://pulp.plan.io/issues/1003.
It uploads some environments data into a new repo and verify that
the uploading succeeds.

Test output:

```
[vagrant@dev pulp-smash]$ python -m unittest2 pulp_smash.tests.rpm.cli.test_environments
.
----------------------------------------------------------------------
Ran 1 test in 21.093s

OK
```
danuzclaudes added a commit to danuzclaudes/pulp-smash that referenced this issue Jul 21, 2016
This PR targets on pulp#319 and https://pulp.plan.io/issues/1003.
It uploads some environments data into a new repo and verify that
the uploading succeeds.

Test output:

```
[vagrant@dev pulp-smash]$ python -m unittest2 pulp_smash.tests.rpm.cli.test_environments
.
----------------------------------------------------------------------
Ran 1 test in 21.093s

OK
```
elyezer pushed a commit to elyezer/pulp-smash that referenced this issue Jul 26, 2016
This PR targets on pulp#319 and https://pulp.plan.io/issues/1003.
It uploads some environments data into a new repo and verify that
the uploading succeeds.

Test output:

```
[vagrant@dev pulp-smash]$ python -m unittest2 pulp_smash.tests.rpm.cli.test_environments
.
----------------------------------------------------------------------
Ran 1 test in 21.093s

OK
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants