Skip to content

Commit

Permalink
Merge pull request SatelliteQE#4566 from svtkachenko/update_factory
Browse files Browse the repository at this point in the history
Fix SatelliteQE#4564 / Update factory/make_partition_table helper
  • Loading branch information
ldjebran committed Apr 20, 2017
2 parents 034dc9e + 328b885 commit 89d5640
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions robottelo/cli/factory.py
Original file line number Diff line number Diff line change
Expand Up @@ -703,6 +703,11 @@ def make_partition_table(options=None):
Comma separated list of values.
--locations LOCATION_NAMES Comma separated list of values.
--name NAME
--operatingsystem-ids OPERATINGSYSTEM_IDS Array of operating system IDs
to associate with the partition table Comma separated list of
values. Values containing comma should be double quoted
--operatingsystems OPERATINGSYSTEM_TITLES Comma separated list of
values. Values containing comma should be double quoted
--organization-ids ORGANIZATION_IDS REPLACE organizations with given
ids.
Comma separated list of values.
Expand All @@ -721,6 +726,8 @@ def make_partition_table(options=None):
u'location-ids': None,
u'locations': None,
u'name': gen_alphanumeric(),
u'operatingsystem-ids': None,
u'operatingsystems': None,
u'organization-ids': None,
u'organizations': None,
u'os-family': random.choice(OPERATING_SYSTEMS),
Expand Down

0 comments on commit 89d5640

Please sign in to comment.