--- !ruby/object:Gem::Specification name: hammer_cli_foreman version: !ruby/object:Gem::Version version: 0.6.0 platform: ruby authors: - Tomáš Strachota - Martin Bačovský autorequire: bindir: bin cert_chain: [] date: 2016-02-25 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: hammer_cli requirement: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: 0.6.0 type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: 0.6.0 description: | Foreman commands for Hammer CLI email: tstracho@redhat.com executables: [] extensions: [] extra_rdoc_files: - doc/configuration.md - doc/using_hammer_cli_foreman_command.md - doc/developer_docs.md - doc/option_builder.md - doc/host_create.md - doc/name_id_resolution.md - doc/release_notes.md - README.md files: - README.md - config/foreman.yml - doc/configuration.md - doc/developer_docs.md - doc/host_create.md - doc/name_id_resolution.md - doc/option_builder.md - doc/release_notes.md - doc/using_hammer_cli_foreman_command.md - lib/hammer_cli_foreman.rb - lib/hammer_cli_foreman/architecture.rb - lib/hammer_cli_foreman/associating_commands.rb - lib/hammer_cli_foreman/auth.rb - lib/hammer_cli_foreman/auth_source.rb - lib/hammer_cli_foreman/auth_source_ldap.rb - lib/hammer_cli_foreman/commands.rb - lib/hammer_cli_foreman/common_parameter.rb - lib/hammer_cli_foreman/compute_resource.rb - lib/hammer_cli_foreman/credentials.rb - lib/hammer_cli_foreman/defaults.rb - lib/hammer_cli_foreman/dependency_resolver.rb - lib/hammer_cli_foreman/domain.rb - lib/hammer_cli_foreman/environment.rb - lib/hammer_cli_foreman/exception_handler.rb - lib/hammer_cli_foreman/exceptions.rb - lib/hammer_cli_foreman/external_usergroup.rb - lib/hammer_cli_foreman/fact.rb - lib/hammer_cli_foreman/filter.rb - lib/hammer_cli_foreman/host.rb - lib/hammer_cli_foreman/hostgroup.rb - lib/hammer_cli_foreman/i18n.rb - lib/hammer_cli_foreman/id_resolver.rb - lib/hammer_cli_foreman/image.rb - lib/hammer_cli_foreman/interface.rb - lib/hammer_cli_foreman/location.rb - lib/hammer_cli_foreman/media.rb - lib/hammer_cli_foreman/model.rb - lib/hammer_cli_foreman/operating_system.rb - lib/hammer_cli_foreman/option_builders.rb - lib/hammer_cli_foreman/organization.rb - lib/hammer_cli_foreman/output.rb - lib/hammer_cli_foreman/output/fields.rb - lib/hammer_cli_foreman/output/formatters.rb - lib/hammer_cli_foreman/param_filters.rb - lib/hammer_cli_foreman/parameter.rb - lib/hammer_cli_foreman/partition_table.rb - lib/hammer_cli_foreman/puppet_class.rb - lib/hammer_cli_foreman/references.rb - lib/hammer_cli_foreman/report.rb - lib/hammer_cli_foreman/resource_supported_test.rb - lib/hammer_cli_foreman/role.rb - lib/hammer_cli_foreman/settings.rb - lib/hammer_cli_foreman/smart_class_parameter.rb - lib/hammer_cli_foreman/smart_proxy.rb - lib/hammer_cli_foreman/smart_variable.rb - lib/hammer_cli_foreman/subnet.rb - lib/hammer_cli_foreman/template.rb - lib/hammer_cli_foreman/testing/api_expectations.rb - lib/hammer_cli_foreman/user.rb - lib/hammer_cli_foreman/usergroup.rb - lib/hammer_cli_foreman/version.rb - locale/Makefile - locale/README.md - locale/de/LC_MESSAGES/hammer-cli-foreman.mo - locale/de/hammer-cli-foreman.edit.po - locale/de/hammer-cli-foreman.po - locale/de/hammer-cli-foreman.po.time_stamp - locale/en/LC_MESSAGES/hammer-cli-foreman.mo - locale/en/hammer-cli-foreman.edit.po - locale/en/hammer-cli-foreman.po - locale/en/hammer-cli-foreman.po.time_stamp - locale/en_GB/LC_MESSAGES/hammer-cli-foreman.mo - locale/en_GB/hammer-cli-foreman.edit.po - locale/en_GB/hammer-cli-foreman.po - locale/en_GB/hammer-cli-foreman.po.time_stamp - locale/es/LC_MESSAGES/hammer-cli-foreman.mo - locale/es/hammer-cli-foreman.edit.po - locale/es/hammer-cli-foreman.po - locale/es/hammer-cli-foreman.po.time_stamp - locale/fr/LC_MESSAGES/hammer-cli-foreman.mo - locale/fr/hammer-cli-foreman.edit.po - locale/fr/hammer-cli-foreman.po - locale/fr/hammer-cli-foreman.po.time_stamp - locale/hammer-cli-foreman.pot - locale/it/LC_MESSAGES/hammer-cli-foreman.mo - locale/it/hammer-cli-foreman.edit.po - locale/it/hammer-cli-foreman.po - locale/it/hammer-cli-foreman.po.time_stamp - locale/ja/LC_MESSAGES/hammer-cli-foreman.mo - locale/ja/hammer-cli-foreman.edit.po - locale/ja/hammer-cli-foreman.po - locale/ja/hammer-cli-foreman.po.time_stamp - locale/ko/LC_MESSAGES/hammer-cli-foreman.mo - locale/ko/hammer-cli-foreman.edit.po - locale/ko/hammer-cli-foreman.po - locale/ko/hammer-cli-foreman.po.time_stamp - locale/pt_BR/LC_MESSAGES/hammer-cli-foreman.mo - locale/pt_BR/hammer-cli-foreman.edit.po - locale/pt_BR/hammer-cli-foreman.po - locale/pt_BR/hammer-cli-foreman.po.time_stamp - locale/ru/LC_MESSAGES/hammer-cli-foreman.mo - locale/ru/hammer-cli-foreman.edit.po - locale/ru/hammer-cli-foreman.po - locale/ru/hammer-cli-foreman.po.time_stamp - locale/zanata.xml - locale/zh_CN/LC_MESSAGES/hammer-cli-foreman.mo - locale/zh_CN/hammer-cli-foreman.edit.po - locale/zh_CN/hammer-cli-foreman.po - locale/zh_CN/hammer-cli-foreman.po.time_stamp - locale/zh_TW/LC_MESSAGES/hammer-cli-foreman.mo - locale/zh_TW/hammer-cli-foreman.edit.po - locale/zh_TW/hammer-cli-foreman.po - locale/zh_TW/hammer-cli-foreman.po.time_stamp - test/data/1.10/foreman_api.json - test/data/README.md - test/functional/location_test.rb - test/functional/organization_test.rb - test/functional/smart_class_parameter_test.rb - test/functional/test_helper.rb - test/reports/TEST-HammerCLIForeman-Architecture-CreateCommand-parameters.xml - test/reports/TEST-HammerCLIForeman-Architecture-CreateCommand.xml - test/reports/TEST-HammerCLIForeman-Architecture-DeleteCommand-parameters.xml - test/reports/TEST-HammerCLIForeman-Architecture-DeleteCommand.xml - test/reports/TEST-HammerCLIForeman-Architecture-InfoCommand-output.xml - test/reports/TEST-HammerCLIForeman-Architecture-InfoCommand-parameters.xml - test/reports/TEST-HammerCLIForeman-Architecture-InfoCommand.xml - test/reports/TEST-HammerCLIForeman-Architecture-ListCommand-output.xml - test/reports/TEST-HammerCLIForeman-Architecture-ListCommand-parameters.xml - test/reports/TEST-HammerCLIForeman-Architecture-ListCommand.xml - test/reports/TEST-HammerCLIForeman-Architecture-UpdateCommand-parameters.xml - test/reports/TEST-HammerCLIForeman-Architecture-UpdateCommand.xml - test/reports/TEST-HammerCLIForeman-Architecture.xml - test/reports/TEST-HammerCLIForeman-CommonParameter-DeleteCommand-parameters.xml - test/reports/TEST-HammerCLIForeman-CommonParameter-DeleteCommand.xml - test/reports/TEST-HammerCLIForeman-CommonParameter-ListCommand-output.xml - test/reports/TEST-HammerCLIForeman-CommonParameter-ListCommand-parameters.xml - test/reports/TEST-HammerCLIForeman-CommonParameter-ListCommand.xml - test/reports/TEST-HammerCLIForeman-CommonParameter-SetCommand-parameters.xml - test/reports/TEST-HammerCLIForeman-CommonParameter-SetCommand.xml - test/reports/TEST-HammerCLIForeman-CommonParameter.xml - test/reports/TEST-HammerCLIForeman-ComputeResource-CreateCommand-parameters.xml - test/reports/TEST-HammerCLIForeman-ComputeResource-CreateCommand.xml - test/reports/TEST-HammerCLIForeman-ComputeResource-DeleteCommand-parameters.xml - test/reports/TEST-HammerCLIForeman-ComputeResource-DeleteCommand.xml - test/reports/TEST-HammerCLIForeman-ComputeResource-InfoCommand-output.xml - test/reports/TEST-HammerCLIForeman-ComputeResource-InfoCommand-parameters.xml - test/reports/TEST-HammerCLIForeman-ComputeResource-InfoCommand.xml - test/reports/TEST-HammerCLIForeman-ComputeResource-ListCommand-output.xml - test/reports/TEST-HammerCLIForeman-ComputeResource-ListCommand-parameters.xml - test/reports/TEST-HammerCLIForeman-ComputeResource-ListCommand.xml - test/reports/TEST-HammerCLIForeman-ComputeResource-UpdateCommand-parameters.xml - test/reports/TEST-HammerCLIForeman-ComputeResource-UpdateCommand.xml - test/reports/TEST-HammerCLIForeman-ComputeResource.xml - test/reports/TEST-HammerCLIForeman-Domain-CreateCommand-parameters.xml - test/reports/TEST-HammerCLIForeman-Domain-CreateCommand.xml - test/reports/TEST-HammerCLIForeman-Domain-DeleteCommand-parameters.xml - test/reports/TEST-HammerCLIForeman-Domain-DeleteCommand.xml - test/reports/TEST-HammerCLIForeman-Domain-DeleteParameterCommand-parameters.xml - test/reports/TEST-HammerCLIForeman-Domain-DeleteParameterCommand.xml - test/reports/TEST-HammerCLIForeman-Domain-InfoCommand-output.xml - test/reports/TEST-HammerCLIForeman-Domain-InfoCommand-parameters.xml - test/reports/TEST-HammerCLIForeman-Domain-InfoCommand.xml - test/reports/TEST-HammerCLIForeman-Domain-ListCommand-output.xml - test/reports/TEST-HammerCLIForeman-Domain-ListCommand-parameters.xml - test/reports/TEST-HammerCLIForeman-Domain-ListCommand.xml - test/reports/TEST-HammerCLIForeman-Domain-SetParameterCommand-parameters.xml - test/reports/TEST-HammerCLIForeman-Domain-SetParameterCommand.xml - test/reports/TEST-HammerCLIForeman-Domain-UpdateCommand-parameters.xml - test/reports/TEST-HammerCLIForeman-Domain-UpdateCommand.xml - test/reports/TEST-HammerCLIForeman-Domain.xml - test/reports/TEST-HammerCLIForeman-Environment-CreateCommand-parameters.xml - test/reports/TEST-HammerCLIForeman-Environment-CreateCommand.xml - test/reports/TEST-HammerCLIForeman-Environment-DeleteCommand-parameters.xml - test/reports/TEST-HammerCLIForeman-Environment-DeleteCommand.xml - test/reports/TEST-HammerCLIForeman-Environment-InfoCommand-output.xml - test/reports/TEST-HammerCLIForeman-Environment-InfoCommand-parameters.xml - test/reports/TEST-HammerCLIForeman-Environment-InfoCommand.xml - test/reports/TEST-HammerCLIForeman-Environment-ListCommand-output.xml - test/reports/TEST-HammerCLIForeman-Environment-ListCommand-parameters.xml - test/reports/TEST-HammerCLIForeman-Environment-ListCommand.xml - test/reports/TEST-HammerCLIForeman-Environment-UpdateCommand-parameters.xml - test/reports/TEST-HammerCLIForeman-Environment-UpdateCommand.xml - test/reports/TEST-HammerCLIForeman-Environment.xml - test/reports/TEST-HammerCLIForeman-ExceptionHandler.xml - test/reports/TEST-HammerCLIForeman-Host-CreateCommand-parameters.xml - test/reports/TEST-HammerCLIForeman-Host-CreateCommand.xml - test/reports/TEST-HammerCLIForeman-Host-DeleteCommand-parameters.xml - test/reports/TEST-HammerCLIForeman-Host-DeleteCommand.xml - test/reports/TEST-HammerCLIForeman-Host-DeleteParameterCommand-parameters.xml - test/reports/TEST-HammerCLIForeman-Host-DeleteParameterCommand.xml - test/reports/TEST-HammerCLIForeman-Host-InfoCommand-output.xml - test/reports/TEST-HammerCLIForeman-Host-InfoCommand-parameters.xml - test/reports/TEST-HammerCLIForeman-Host-InfoCommand.xml - test/reports/TEST-HammerCLIForeman-Host-ListCommand-output.xml - test/reports/TEST-HammerCLIForeman-Host-ListCommand-parameters.xml - test/reports/TEST-HammerCLIForeman-Host-ListCommand.xml - test/reports/TEST-HammerCLIForeman-Host-PuppetRunCommand-output.xml - test/reports/TEST-HammerCLIForeman-Host-PuppetRunCommand.xml - test/reports/TEST-HammerCLIForeman-Host-SetParameterCommand-parameters.xml - test/reports/TEST-HammerCLIForeman-Host-SetParameterCommand.xml - test/reports/TEST-HammerCLIForeman-Host-StatusCommand-output.xml - test/reports/TEST-HammerCLIForeman-Host-StatusCommand.xml - test/reports/TEST-HammerCLIForeman-Host-UpdateCommand-parameters.xml - test/reports/TEST-HammerCLIForeman-Host-UpdateCommand.xml - test/reports/TEST-HammerCLIForeman-Host.xml - test/reports/TEST-HammerCLIForeman-Hostgroup-CreateCommand-parameters.xml - test/reports/TEST-HammerCLIForeman-Hostgroup-CreateCommand.xml - test/reports/TEST-HammerCLIForeman-Hostgroup-DeleteCommand-parameters.xml - test/reports/TEST-HammerCLIForeman-Hostgroup-DeleteCommand.xml - test/reports/TEST-HammerCLIForeman-Hostgroup-DeleteParameterCommand-parameters.xml - test/reports/TEST-HammerCLIForeman-Hostgroup-DeleteParameterCommand.xml - test/reports/TEST-HammerCLIForeman-Hostgroup-InfoCommand-output.xml - test/reports/TEST-HammerCLIForeman-Hostgroup-InfoCommand-parameters.xml - test/reports/TEST-HammerCLIForeman-Hostgroup-InfoCommand.xml - test/reports/TEST-HammerCLIForeman-Hostgroup-ListCommand-output.xml - test/reports/TEST-HammerCLIForeman-Hostgroup-ListCommand-parameters.xml - test/reports/TEST-HammerCLIForeman-Hostgroup-ListCommand.xml - test/reports/TEST-HammerCLIForeman-Hostgroup-SetParameterCommand-parameters.xml - test/reports/TEST-HammerCLIForeman-Hostgroup-SetParameterCommand.xml - test/reports/TEST-HammerCLIForeman-Hostgroup-UpdateCommand-parameters.xml - test/reports/TEST-HammerCLIForeman-Hostgroup-UpdateCommand.xml - test/reports/TEST-HammerCLIForeman-Hostgroup.xml - test/reports/TEST-HammerCLIForeman-Location-CreateCommand-parameters.xml - test/reports/TEST-HammerCLIForeman-Location-CreateCommand-resource-disabled.xml - test/reports/TEST-HammerCLIForeman-Location-CreateCommand.xml - test/reports/TEST-HammerCLIForeman-Location-DeleteCommand-parameters.xml - test/reports/TEST-HammerCLIForeman-Location-DeleteCommand-resource-disabled.xml - test/reports/TEST-HammerCLIForeman-Location-DeleteCommand.xml - test/reports/TEST-HammerCLIForeman-Location-InfoCommand-output.xml - test/reports/TEST-HammerCLIForeman-Location-InfoCommand-parameters.xml - test/reports/TEST-HammerCLIForeman-Location-InfoCommand-resource-disabled.xml - test/reports/TEST-HammerCLIForeman-Location-InfoCommand.xml - test/reports/TEST-HammerCLIForeman-Location-ListCommand-output.xml - test/reports/TEST-HammerCLIForeman-Location-ListCommand-parameters.xml - test/reports/TEST-HammerCLIForeman-Location-ListCommand-resource-disabled.xml - test/reports/TEST-HammerCLIForeman-Location-ListCommand.xml - test/reports/TEST-HammerCLIForeman-Location-UpdateCommand-parameters.xml - test/reports/TEST-HammerCLIForeman-Location-UpdateCommand-resource-disabled.xml - test/reports/TEST-HammerCLIForeman-Location-UpdateCommand.xml - test/reports/TEST-HammerCLIForeman-Location.xml - test/reports/TEST-HammerCLIForeman-Medium-CreateCommand-parameters.xml - test/reports/TEST-HammerCLIForeman-Medium-CreateCommand.xml - test/reports/TEST-HammerCLIForeman-Medium-DeleteCommand-parameters.xml - test/reports/TEST-HammerCLIForeman-Medium-DeleteCommand.xml - test/reports/TEST-HammerCLIForeman-Medium-InfoCommand-output.xml - test/reports/TEST-HammerCLIForeman-Medium-InfoCommand-parameters.xml - test/reports/TEST-HammerCLIForeman-Medium-InfoCommand.xml - test/reports/TEST-HammerCLIForeman-Medium-ListCommand-output.xml - test/reports/TEST-HammerCLIForeman-Medium-ListCommand-parameters.xml - test/reports/TEST-HammerCLIForeman-Medium-ListCommand.xml - test/reports/TEST-HammerCLIForeman-Medium-UpdateCommand-parameters.xml - test/reports/TEST-HammerCLIForeman-Medium-UpdateCommand.xml - test/reports/TEST-HammerCLIForeman-Medium.xml - test/reports/TEST-HammerCLIForeman-OperatingSystem-CreateCommand-parameters.xml - test/reports/TEST-HammerCLIForeman-OperatingSystem-CreateCommand.xml - test/reports/TEST-HammerCLIForeman-OperatingSystem-DeleteCommand-parameters.xml - test/reports/TEST-HammerCLIForeman-OperatingSystem-DeleteCommand.xml - test/reports/TEST-HammerCLIForeman-OperatingSystem-DeleteParameterCommand-parameters.xml - test/reports/TEST-HammerCLIForeman-OperatingSystem-DeleteParameterCommand.xml - test/reports/TEST-HammerCLIForeman-OperatingSystem-InfoCommand-output.xml - test/reports/TEST-HammerCLIForeman-OperatingSystem-InfoCommand-parameters.xml - test/reports/TEST-HammerCLIForeman-OperatingSystem-InfoCommand.xml - test/reports/TEST-HammerCLIForeman-OperatingSystem-ListCommand-output.xml - test/reports/TEST-HammerCLIForeman-OperatingSystem-ListCommand-parameters.xml - test/reports/TEST-HammerCLIForeman-OperatingSystem-ListCommand.xml - test/reports/TEST-HammerCLIForeman-OperatingSystem-SetParameterCommand-parameters.xml - test/reports/TEST-HammerCLIForeman-OperatingSystem-SetParameterCommand.xml - test/reports/TEST-HammerCLIForeman-OperatingSystem-UpdateCommand-parameters.xml - test/reports/TEST-HammerCLIForeman-OperatingSystem-UpdateCommand.xml - test/reports/TEST-HammerCLIForeman-OperatingSystem.xml - test/reports/TEST-HammerCLIForeman-Organization-CreateCommand-parameters.xml - test/reports/TEST-HammerCLIForeman-Organization-CreateCommand-resource-disabled.xml - test/reports/TEST-HammerCLIForeman-Organization-CreateCommand.xml - test/reports/TEST-HammerCLIForeman-Organization-DeleteCommand-parameters.xml - test/reports/TEST-HammerCLIForeman-Organization-DeleteCommand-resource-disabled.xml - test/reports/TEST-HammerCLIForeman-Organization-DeleteCommand.xml - test/reports/TEST-HammerCLIForeman-Organization-InfoCommand-output.xml - test/reports/TEST-HammerCLIForeman-Organization-InfoCommand-parameters.xml - test/reports/TEST-HammerCLIForeman-Organization-InfoCommand-resource-disabled.xml - test/reports/TEST-HammerCLIForeman-Organization-InfoCommand.xml - test/reports/TEST-HammerCLIForeman-Organization-ListCommand-output.xml - test/reports/TEST-HammerCLIForeman-Organization-ListCommand-parameters.xml - test/reports/TEST-HammerCLIForeman-Organization-ListCommand-resource-disabled.xml - test/reports/TEST-HammerCLIForeman-Organization-ListCommand.xml - test/reports/TEST-HammerCLIForeman-Organization-UpdateCommand-parameters.xml - test/reports/TEST-HammerCLIForeman-Organization-UpdateCommand-resource-disabled.xml - test/reports/TEST-HammerCLIForeman-Organization-UpdateCommand.xml - test/reports/TEST-HammerCLIForeman-Organization.xml - test/reports/TEST-HammerCLIForeman-PartitionTable-CreateCommand-parameters.xml - test/reports/TEST-HammerCLIForeman-PartitionTable-CreateCommand.xml - test/reports/TEST-HammerCLIForeman-PartitionTable-DeleteCommand-parameters.xml - test/reports/TEST-HammerCLIForeman-PartitionTable-DeleteCommand.xml - test/reports/TEST-HammerCLIForeman-PartitionTable-DumpCommand-parameters.xml - test/reports/TEST-HammerCLIForeman-PartitionTable-DumpCommand.xml - test/reports/TEST-HammerCLIForeman-PartitionTable-InfoCommand-output.xml - test/reports/TEST-HammerCLIForeman-PartitionTable-InfoCommand-parameters.xml - test/reports/TEST-HammerCLIForeman-PartitionTable-InfoCommand.xml - test/reports/TEST-HammerCLIForeman-PartitionTable-ListCommand-output.xml - test/reports/TEST-HammerCLIForeman-PartitionTable-ListCommand-parameters.xml - test/reports/TEST-HammerCLIForeman-PartitionTable-ListCommand.xml - test/reports/TEST-HammerCLIForeman-PartitionTable-UpdateCommand-parameters.xml - test/reports/TEST-HammerCLIForeman-PartitionTable-UpdateCommand.xml - test/reports/TEST-HammerCLIForeman-PartitionTable.xml - test/reports/TEST-HammerCLIForeman-SmartProxy-CreateCommand-parameters.xml - test/reports/TEST-HammerCLIForeman-SmartProxy-CreateCommand.xml - test/reports/TEST-HammerCLIForeman-SmartProxy-DeleteCommand-parameters.xml - test/reports/TEST-HammerCLIForeman-SmartProxy-DeleteCommand.xml - test/reports/TEST-HammerCLIForeman-SmartProxy-InfoCommand-output.xml - test/reports/TEST-HammerCLIForeman-SmartProxy-InfoCommand-parameters.xml - test/reports/TEST-HammerCLIForeman-SmartProxy-InfoCommand.xml - test/reports/TEST-HammerCLIForeman-SmartProxy-ListCommand-output.xml - test/reports/TEST-HammerCLIForeman-SmartProxy-ListCommand-parameters.xml - test/reports/TEST-HammerCLIForeman-SmartProxy-ListCommand.xml - test/reports/TEST-HammerCLIForeman-SmartProxy-UpdateCommand-parameters.xml - test/reports/TEST-HammerCLIForeman-SmartProxy-UpdateCommand.xml - test/reports/TEST-HammerCLIForeman-SmartProxy.xml - test/reports/TEST-HammerCLIForeman-Subnet-CreateCommand-parameters.xml - test/reports/TEST-HammerCLIForeman-Subnet-CreateCommand.xml - test/reports/TEST-HammerCLIForeman-Subnet-DeleteCommand-parameters.xml - test/reports/TEST-HammerCLIForeman-Subnet-DeleteCommand.xml - test/reports/TEST-HammerCLIForeman-Subnet-InfoCommand-output.xml - test/reports/TEST-HammerCLIForeman-Subnet-InfoCommand-parameters.xml - test/reports/TEST-HammerCLIForeman-Subnet-InfoCommand.xml - test/reports/TEST-HammerCLIForeman-Subnet-ListCommand-output.xml - test/reports/TEST-HammerCLIForeman-Subnet-ListCommand-parameters.xml - test/reports/TEST-HammerCLIForeman-Subnet-ListCommand.xml - test/reports/TEST-HammerCLIForeman-Subnet-UpdateCommand-parameters.xml - test/reports/TEST-HammerCLIForeman-Subnet-UpdateCommand.xml - test/reports/TEST-HammerCLIForeman-Subnet.xml - test/reports/TEST-HammerCLIForeman-Template-CreateCommand-parameters.xml - test/reports/TEST-HammerCLIForeman-Template-CreateCommand.xml - test/reports/TEST-HammerCLIForeman-Template-DeleteCommand-parameters.xml - test/reports/TEST-HammerCLIForeman-Template-DeleteCommand.xml - test/reports/TEST-HammerCLIForeman-Template-DumpCommand-parameters.xml - test/reports/TEST-HammerCLIForeman-Template-DumpCommand.xml - test/reports/TEST-HammerCLIForeman-Template-InfoCommand-output.xml - test/reports/TEST-HammerCLIForeman-Template-InfoCommand-parameters.xml - test/reports/TEST-HammerCLIForeman-Template-InfoCommand.xml - test/reports/TEST-HammerCLIForeman-Template-ListCommand-output.xml - test/reports/TEST-HammerCLIForeman-Template-ListCommand-parameters.xml - test/reports/TEST-HammerCLIForeman-Template-ListCommand.xml - test/reports/TEST-HammerCLIForeman-Template-ListKindsCommand-parameters.xml - test/reports/TEST-HammerCLIForeman-Template-ListKindsCommand.xml - test/reports/TEST-HammerCLIForeman-Template-UpdateCommand-parameters.xml - test/reports/TEST-HammerCLIForeman-Template-UpdateCommand.xml - test/reports/TEST-HammerCLIForeman-Template.xml - test/reports/TEST-HammerCLIForeman-User-CreateCommand-parameters.xml - test/reports/TEST-HammerCLIForeman-User-CreateCommand.xml - test/reports/TEST-HammerCLIForeman-User-DeleteCommand-parameters.xml - test/reports/TEST-HammerCLIForeman-User-DeleteCommand.xml - test/reports/TEST-HammerCLIForeman-User-InfoCommand-output.xml - test/reports/TEST-HammerCLIForeman-User-InfoCommand-parameters.xml - test/reports/TEST-HammerCLIForeman-User-InfoCommand.xml - test/reports/TEST-HammerCLIForeman-User-ListCommand-output.xml - test/reports/TEST-HammerCLIForeman-User-ListCommand-parameters.xml - test/reports/TEST-HammerCLIForeman-User-ListCommand.xml - test/reports/TEST-HammerCLIForeman-User-UpdateCommand-parameters.xml - test/reports/TEST-HammerCLIForeman-User-UpdateCommand.xml - test/reports/TEST-HammerCLIForeman-User.xml - test/reports/TEST-MiniTest-Spec.xml - test/test_helper.rb - test/unit/api_test.rb - test/unit/apipie_resource_mock.rb - test/unit/architecture_test.rb - test/unit/auth_source_ldap_test.rb - test/unit/commands_test.rb - test/unit/common_parameter_test.rb - test/unit/compute_resource_test.rb - test/unit/credentials_test.rb - test/unit/data/test_api.json - test/unit/defaults_test.rb - test/unit/dependency_resolver_test.rb - test/unit/domain_test.rb - test/unit/environment_test.rb - test/unit/exception_handler_test.rb - test/unit/external_usergroup_test.rb - test/unit/fact_test.rb - test/unit/filter_test.rb - test/unit/helpers/command.rb - test/unit/helpers/fake_searchables.rb - test/unit/helpers/resource_disabled.rb - test/unit/host_test.rb - test/unit/hostgroup_test.rb - test/unit/id_resolver_test.rb - test/unit/image_test.rb - test/unit/location_test.rb - test/unit/media_test.rb - test/unit/model_test.rb - test/unit/operating_system_test.rb - test/unit/option_builders_test.rb - test/unit/organization_test.rb - test/unit/output/formatters_test.rb - test/unit/param_filters_test.rb - test/unit/partition_table_test.rb - test/unit/puppet_class_test.rb - test/unit/report_test.rb - test/unit/role_test.rb - test/unit/smart_class_parameter_test.rb - test/unit/smart_proxy_test.rb - test/unit/smart_variable_test.rb - test/unit/subnet_test.rb - test/unit/template_test.rb - test/unit/test_helper.rb - test/unit/test_output_adapter.rb - test/unit/user_test.rb - test/unit/usergroup_test.rb homepage: http://github.com/theforeman/hammer-cli-foreman licenses: - GPL v3+ metadata: {} post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '0' required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: rubygems_version: 2.4.4 signing_key: specification_version: 4 summary: Foreman commands for Hammer test_files: - test/reports/TEST-HammerCLIForeman-Domain-CreateCommand-parameters.xml - test/reports/TEST-HammerCLIForeman-Organization-UpdateCommand.xml - test/reports/TEST-HammerCLIForeman-Template-DeleteCommand.xml - test/reports/TEST-HammerCLIForeman-Environment-ListCommand-parameters.xml - test/reports/TEST-HammerCLIForeman-Subnet-UpdateCommand.xml - test/reports/TEST-HammerCLIForeman-PartitionTable-CreateCommand.xml - test/reports/TEST-HammerCLIForeman-Environment-DeleteCommand-parameters.xml - test/reports/TEST-HammerCLIForeman-PartitionTable-DeleteCommand.xml - test/reports/TEST-HammerCLIForeman-Host-ListCommand.xml - test/reports/TEST-HammerCLIForeman-Domain-UpdateCommand.xml - test/reports/TEST-HammerCLIForeman-Environment-ListCommand-output.xml - test/reports/TEST-HammerCLIForeman-Location-UpdateCommand-resource-disabled.xml - test/reports/TEST-HammerCLIForeman-Subnet-CreateCommand.xml - test/reports/TEST-HammerCLIForeman-PartitionTable-InfoCommand.xml - test/reports/TEST-HammerCLIForeman-Domain-InfoCommand.xml - test/reports/TEST-HammerCLIForeman-User-ListCommand-output.xml - test/reports/TEST-HammerCLIForeman-Location-ListCommand-output.xml - test/reports/TEST-HammerCLIForeman-Architecture-InfoCommand-output.xml - test/reports/TEST-HammerCLIForeman-User-CreateCommand-parameters.xml - test/reports/TEST-HammerCLIForeman-ExceptionHandler.xml - test/reports/TEST-HammerCLIForeman-Environment-CreateCommand-parameters.xml - test/reports/TEST-HammerCLIForeman-Subnet.xml - test/reports/TEST-HammerCLIForeman-ComputeResource-CreateCommand.xml - test/reports/TEST-HammerCLIForeman-Architecture-DeleteCommand.xml - test/reports/TEST-HammerCLIForeman-Architecture-InfoCommand-parameters.xml - test/reports/TEST-HammerCLIForeman-OperatingSystem-SetParameterCommand.xml - test/reports/TEST-HammerCLIForeman-Hostgroup-DeleteCommand-parameters.xml - test/reports/TEST-HammerCLIForeman-Hostgroup-SetParameterCommand.xml - test/reports/TEST-HammerCLIForeman-Architecture-CreateCommand.xml - test/reports/TEST-HammerCLIForeman-Domain-DeleteParameterCommand.xml - test/reports/TEST-HammerCLIForeman-Architecture.xml - test/reports/TEST-HammerCLIForeman-PartitionTable-CreateCommand-parameters.xml - test/reports/TEST-HammerCLIForeman-Medium-UpdateCommand.xml - test/reports/TEST-HammerCLIForeman-Organization.xml - test/reports/TEST-HammerCLIForeman-Hostgroup-InfoCommand-parameters.xml - test/reports/TEST-HammerCLIForeman-CommonParameter-ListCommand-parameters.xml - test/reports/TEST-HammerCLIForeman-Host-InfoCommand.xml - test/reports/TEST-HammerCLIForeman-Medium-ListCommand-output.xml - test/reports/TEST-HammerCLIForeman-Domain-CreateCommand.xml - test/reports/TEST-HammerCLIForeman-Host-DeleteCommand-parameters.xml - test/reports/TEST-HammerCLIForeman-Location.xml - test/reports/TEST-HammerCLIForeman-CommonParameter-SetCommand.xml - test/reports/TEST-HammerCLIForeman-User-UpdateCommand.xml - test/reports/TEST-HammerCLIForeman-ComputeResource-DeleteCommand.xml - test/reports/TEST-HammerCLIForeman-Subnet-ListCommand-output.xml - test/reports/TEST-HammerCLIForeman-Organization-InfoCommand.xml - test/reports/TEST-HammerCLIForeman-ComputeResource-InfoCommand-output.xml - test/reports/TEST-HammerCLIForeman-Location-ListCommand.xml - test/reports/TEST-HammerCLIForeman-OperatingSystem-ListCommand-parameters.xml - test/reports/TEST-HammerCLIForeman-SmartProxy-ListCommand.xml - test/reports/TEST-HammerCLIForeman-Organization-UpdateCommand-parameters.xml - test/reports/TEST-HammerCLIForeman-Host-ListCommand-output.xml - test/reports/TEST-HammerCLIForeman-Template-CreateCommand-parameters.xml - test/reports/TEST-HammerCLIForeman-Organization-DeleteCommand-resource-disabled.xml - test/reports/TEST-HammerCLIForeman-Organization-ListCommand.xml - test/reports/TEST-HammerCLIForeman-OperatingSystem-InfoCommand.xml - test/reports/TEST-HammerCLIForeman-Domain-InfoCommand-output.xml - test/reports/TEST-HammerCLIForeman-Host-PuppetRunCommand-output.xml - test/reports/TEST-HammerCLIForeman-PartitionTable.xml - test/reports/TEST-HammerCLIForeman-ComputeResource-ListCommand.xml - test/reports/TEST-HammerCLIForeman-User-DeleteCommand.xml - test/reports/TEST-HammerCLIForeman-Architecture-DeleteCommand-parameters.xml - test/reports/TEST-HammerCLIForeman-OperatingSystem-DeleteParameterCommand.xml - test/reports/TEST-HammerCLIForeman-PartitionTable-DumpCommand.xml - test/reports/TEST-HammerCLIForeman-Template-InfoCommand.xml - test/reports/TEST-HammerCLIForeman-CommonParameter-ListCommand-output.xml - test/reports/TEST-HammerCLIForeman-PartitionTable-DumpCommand-parameters.xml - test/reports/TEST-HammerCLIForeman-Subnet-InfoCommand-output.xml - test/reports/TEST-HammerCLIForeman-OperatingSystem-CreateCommand-parameters.xml - test/reports/TEST-HammerCLIForeman-Subnet-DeleteCommand.xml - test/reports/TEST-HammerCLIForeman-Hostgroup-SetParameterCommand-parameters.xml - test/reports/TEST-HammerCLIForeman-Medium-CreateCommand.xml - test/reports/TEST-HammerCLIForeman-Location-InfoCommand-resource-disabled.xml - test/reports/TEST-HammerCLIForeman-Hostgroup-DeleteParameterCommand.xml - test/reports/TEST-HammerCLIForeman-User-CreateCommand.xml - test/reports/TEST-HammerCLIForeman-Subnet-ListCommand-parameters.xml - test/reports/TEST-HammerCLIForeman-Organization-CreateCommand.xml - test/reports/TEST-HammerCLIForeman-Template-DeleteCommand-parameters.xml - test/reports/TEST-HammerCLIForeman-Location-UpdateCommand-parameters.xml - test/reports/TEST-HammerCLIForeman-SmartProxy-UpdateCommand.xml - test/reports/TEST-HammerCLIForeman-Organization-ListCommand-parameters.xml - test/reports/TEST-HammerCLIForeman-User-ListCommand-parameters.xml - test/reports/TEST-HammerCLIForeman-SmartProxy-InfoCommand.xml - test/reports/TEST-HammerCLIForeman-Domain-DeleteCommand.xml - test/reports/TEST-HammerCLIForeman-Medium-InfoCommand.xml - test/reports/TEST-HammerCLIForeman-Organization-UpdateCommand-resource-disabled.xml - test/reports/TEST-HammerCLIForeman-Medium-InfoCommand-output.xml - test/reports/TEST-HammerCLIForeman-CommonParameter-SetCommand-parameters.xml - test/reports/TEST-HammerCLIForeman-OperatingSystem.xml - test/reports/TEST-HammerCLIForeman-Medium-CreateCommand-parameters.xml - test/reports/TEST-HammerCLIForeman-Host-InfoCommand-parameters.xml - test/reports/TEST-HammerCLIForeman-User-InfoCommand.xml - test/reports/TEST-HammerCLIForeman-User-DeleteCommand-parameters.xml - test/reports/TEST-HammerCLIForeman-Architecture-UpdateCommand.xml - test/reports/TEST-HammerCLIForeman-Hostgroup-InfoCommand-output.xml - test/reports/TEST-HammerCLIForeman-PartitionTable-ListCommand-parameters.xml - test/reports/TEST-HammerCLIForeman-Location-DeleteCommand-parameters.xml - test/reports/TEST-HammerCLIForeman-Template-CreateCommand.xml - test/reports/TEST-HammerCLIForeman-Domain-SetParameterCommand-parameters.xml - test/reports/TEST-HammerCLIForeman-Location-CreateCommand-parameters.xml - test/reports/TEST-HammerCLIForeman-PartitionTable-InfoCommand-output.xml - test/reports/TEST-HammerCLIForeman-OperatingSystem-ListCommand-output.xml - test/reports/TEST-HammerCLIForeman-Location-UpdateCommand.xml - test/reports/TEST-HammerCLIForeman-Organization-ListCommand-output.xml - test/reports/TEST-HammerCLIForeman-Location-DeleteCommand.xml - test/reports/TEST-HammerCLIForeman-Host-StatusCommand-output.xml - test/reports/TEST-HammerCLIForeman-Template-UpdateCommand-parameters.xml - test/reports/TEST-HammerCLIForeman-PartitionTable-ListCommand.xml - test/reports/TEST-HammerCLIForeman-OperatingSystem-DeleteParameterCommand-parameters.xml - test/reports/TEST-HammerCLIForeman-Medium-UpdateCommand-parameters.xml - test/reports/TEST-HammerCLIForeman-Location-ListCommand-parameters.xml - test/reports/TEST-HammerCLIForeman-Organization-CreateCommand-resource-disabled.xml - test/reports/TEST-HammerCLIForeman-Medium.xml - test/reports/TEST-HammerCLIForeman-SmartProxy-DeleteCommand.xml - test/reports/TEST-HammerCLIForeman-Domain-DeleteCommand-parameters.xml - test/reports/TEST-HammerCLIForeman-Host-DeleteParameterCommand-parameters.xml - test/reports/TEST-HammerCLIForeman-Location-DeleteCommand-resource-disabled.xml - test/reports/TEST-HammerCLIForeman-Environment-CreateCommand.xml - test/reports/TEST-HammerCLIForeman-OperatingSystem-UpdateCommand-parameters.xml - test/reports/TEST-HammerCLIForeman-Hostgroup-DeleteCommand.xml - test/reports/TEST-HammerCLIForeman-ComputeResource-CreateCommand-parameters.xml - test/reports/TEST-HammerCLIForeman-Domain-InfoCommand-parameters.xml - test/reports/TEST-HammerCLIForeman-OperatingSystem-UpdateCommand.xml - test/reports/TEST-HammerCLIForeman-Organization-DeleteCommand.xml - test/reports/TEST-HammerCLIForeman-PartitionTable-UpdateCommand.xml - test/reports/TEST-HammerCLIForeman-Template-ListCommand.xml - test/reports/TEST-HammerCLIForeman-Location-CreateCommand-resource-disabled.xml - test/reports/TEST-HammerCLIForeman-Medium-DeleteCommand-parameters.xml - test/reports/TEST-HammerCLIForeman-SmartProxy-UpdateCommand-parameters.xml - test/reports/TEST-HammerCLIForeman-SmartProxy-ListCommand-output.xml - test/reports/TEST-HammerCLIForeman-Environment.xml - test/reports/TEST-HammerCLIForeman-User-UpdateCommand-parameters.xml - test/reports/TEST-HammerCLIForeman-Host-CreateCommand-parameters.xml - test/reports/TEST-HammerCLIForeman-Medium-InfoCommand-parameters.xml - test/reports/TEST-HammerCLIForeman-Subnet-ListCommand.xml - test/reports/TEST-HammerCLIForeman-OperatingSystem-SetParameterCommand-parameters.xml - test/reports/TEST-HammerCLIForeman-Host-SetParameterCommand-parameters.xml - test/reports/TEST-HammerCLIForeman-Host-DeleteParameterCommand.xml - test/reports/TEST-HammerCLIForeman-Host-SetParameterCommand.xml - test/reports/TEST-HammerCLIForeman-SmartProxy-DeleteCommand-parameters.xml - test/reports/TEST-HammerCLIForeman-Environment-UpdateCommand-parameters.xml - test/reports/TEST-HammerCLIForeman-Organization-InfoCommand-output.xml - test/reports/TEST-HammerCLIForeman-SmartProxy-CreateCommand-parameters.xml - test/reports/TEST-HammerCLIForeman-SmartProxy-ListCommand-parameters.xml - test/reports/TEST-HammerCLIForeman-PartitionTable-DeleteCommand-parameters.xml - test/reports/TEST-HammerCLIForeman-PartitionTable-InfoCommand-parameters.xml - test/reports/TEST-HammerCLIForeman-Medium-ListCommand.xml - test/reports/TEST-HammerCLIForeman-Domain-SetParameterCommand.xml - test/reports/TEST-HammerCLIForeman-OperatingSystem-DeleteCommand-parameters.xml - test/reports/TEST-HammerCLIForeman-Subnet-DeleteCommand-parameters.xml - test/reports/TEST-HammerCLIForeman-ComputeResource-InfoCommand.xml - test/reports/TEST-HammerCLIForeman-Domain-ListCommand-parameters.xml - test/reports/TEST-HammerCLIForeman-CommonParameter-DeleteCommand.xml - test/reports/TEST-HammerCLIForeman-Environment-ListCommand.xml - test/reports/TEST-HammerCLIForeman-Architecture-ListCommand-output.xml - test/reports/TEST-HammerCLIForeman-User-ListCommand.xml - test/reports/TEST-HammerCLIForeman-Host-DeleteCommand.xml - test/reports/TEST-HammerCLIForeman-Location-InfoCommand-output.xml - test/reports/TEST-HammerCLIForeman-Medium-DeleteCommand.xml - test/reports/TEST-HammerCLIForeman-Hostgroup-ListCommand-parameters.xml - test/reports/TEST-HammerCLIForeman-CommonParameter-ListCommand.xml - test/reports/TEST-HammerCLIForeman-SmartProxy-InfoCommand-parameters.xml - test/reports/TEST-HammerCLIForeman-Organization-InfoCommand-resource-disabled.xml - test/reports/TEST-HammerCLIForeman-CommonParameter-DeleteCommand-parameters.xml - test/reports/TEST-HammerCLIForeman-SmartProxy.xml - test/reports/TEST-HammerCLIForeman-Hostgroup-InfoCommand.xml - test/reports/TEST-HammerCLIForeman-Host.xml - test/reports/TEST-HammerCLIForeman-Organization-InfoCommand-parameters.xml - test/reports/TEST-HammerCLIForeman-Architecture-CreateCommand-parameters.xml - test/reports/TEST-HammerCLIForeman-OperatingSystem-ListCommand.xml - test/reports/TEST-HammerCLIForeman-OperatingSystem-InfoCommand-parameters.xml - test/reports/TEST-HammerCLIForeman-User-InfoCommand-output.xml - test/reports/TEST-HammerCLIForeman-Environment-InfoCommand.xml - test/reports/TEST-MiniTest-Spec.xml - test/reports/TEST-HammerCLIForeman-Template-InfoCommand-output.xml - test/reports/TEST-HammerCLIForeman-Hostgroup-ListCommand-output.xml - test/reports/TEST-HammerCLIForeman-ComputeResource-UpdateCommand.xml - test/reports/TEST-HammerCLIForeman-Hostgroup-DeleteParameterCommand-parameters.xml - test/reports/TEST-HammerCLIForeman-Template-ListCommand-parameters.xml - test/reports/TEST-HammerCLIForeman-OperatingSystem-InfoCommand-output.xml - test/reports/TEST-HammerCLIForeman-Domain-ListCommand.xml - test/reports/TEST-HammerCLIForeman-Location-CreateCommand.xml - test/reports/TEST-HammerCLIForeman-Subnet-InfoCommand.xml - test/reports/TEST-HammerCLIForeman-Host-StatusCommand.xml - test/reports/TEST-HammerCLIForeman-CommonParameter.xml - test/reports/TEST-HammerCLIForeman-User.xml - test/reports/TEST-HammerCLIForeman-Host-UpdateCommand-parameters.xml - test/reports/TEST-HammerCLIForeman-SmartProxy-InfoCommand-output.xml - test/reports/TEST-HammerCLIForeman-Host-InfoCommand-output.xml - test/reports/TEST-HammerCLIForeman-Hostgroup-ListCommand.xml - test/reports/TEST-HammerCLIForeman-Template-DumpCommand-parameters.xml - test/reports/TEST-HammerCLIForeman-Environment-InfoCommand-output.xml - test/reports/TEST-HammerCLIForeman-Location-InfoCommand-parameters.xml - test/reports/TEST-HammerCLIForeman-User-InfoCommand-parameters.xml - test/reports/TEST-HammerCLIForeman-Subnet-InfoCommand-parameters.xml - test/reports/TEST-HammerCLIForeman-ComputeResource.xml - test/reports/TEST-HammerCLIForeman-Template-InfoCommand-parameters.xml - test/reports/TEST-HammerCLIForeman-Domain-ListCommand-output.xml - test/reports/TEST-HammerCLIForeman-ComputeResource-UpdateCommand-parameters.xml - test/reports/TEST-HammerCLIForeman-Organization-CreateCommand-parameters.xml - test/reports/TEST-HammerCLIForeman-Host-CreateCommand.xml - test/reports/TEST-HammerCLIForeman-SmartProxy-CreateCommand.xml - test/reports/TEST-HammerCLIForeman-Host-PuppetRunCommand.xml - test/reports/TEST-HammerCLIForeman-PartitionTable-UpdateCommand-parameters.xml - test/reports/TEST-HammerCLIForeman-Architecture-ListCommand.xml - test/reports/TEST-HammerCLIForeman-Location-ListCommand-resource-disabled.xml - test/reports/TEST-HammerCLIForeman-Environment-InfoCommand-parameters.xml - test/reports/TEST-HammerCLIForeman-Domain-UpdateCommand-parameters.xml - test/reports/TEST-HammerCLIForeman-Medium-ListCommand-parameters.xml - test/reports/TEST-HammerCLIForeman-Hostgroup-UpdateCommand.xml - test/reports/TEST-HammerCLIForeman-Host-ListCommand-parameters.xml - test/reports/TEST-HammerCLIForeman-Hostgroup-CreateCommand-parameters.xml - test/reports/TEST-HammerCLIForeman-Template-ListCommand-output.xml - test/reports/TEST-HammerCLIForeman-Template-ListKindsCommand.xml - test/reports/TEST-HammerCLIForeman-Subnet-CreateCommand-parameters.xml - test/reports/TEST-HammerCLIForeman-Architecture-UpdateCommand-parameters.xml - test/reports/TEST-HammerCLIForeman-Template-DumpCommand.xml - test/reports/TEST-HammerCLIForeman-Architecture-InfoCommand.xml - test/reports/TEST-HammerCLIForeman-Location-InfoCommand.xml - test/reports/TEST-HammerCLIForeman-OperatingSystem-CreateCommand.xml - test/reports/TEST-HammerCLIForeman-ComputeResource-DeleteCommand-parameters.xml - test/reports/TEST-HammerCLIForeman-Hostgroup-CreateCommand.xml - test/reports/TEST-HammerCLIForeman-Domain.xml - test/reports/TEST-HammerCLIForeman-ComputeResource-ListCommand-output.xml - test/reports/TEST-HammerCLIForeman-Domain-DeleteParameterCommand-parameters.xml - test/reports/TEST-HammerCLIForeman-OperatingSystem-DeleteCommand.xml - test/reports/TEST-HammerCLIForeman-Environment-DeleteCommand.xml - test/reports/TEST-HammerCLIForeman-Subnet-UpdateCommand-parameters.xml - test/reports/TEST-HammerCLIForeman-Architecture-ListCommand-parameters.xml - test/reports/TEST-HammerCLIForeman-Host-UpdateCommand.xml - test/reports/TEST-HammerCLIForeman-Hostgroup.xml - test/reports/TEST-HammerCLIForeman-ComputeResource-ListCommand-parameters.xml - test/reports/TEST-HammerCLIForeman-Template.xml - test/reports/TEST-HammerCLIForeman-Template-ListKindsCommand-parameters.xml - test/reports/TEST-HammerCLIForeman-Environment-UpdateCommand.xml - test/reports/TEST-HammerCLIForeman-Template-UpdateCommand.xml - test/reports/TEST-HammerCLIForeman-ComputeResource-InfoCommand-parameters.xml - test/reports/TEST-HammerCLIForeman-Organization-ListCommand-resource-disabled.xml - test/reports/TEST-HammerCLIForeman-Organization-DeleteCommand-parameters.xml - test/reports/TEST-HammerCLIForeman-PartitionTable-ListCommand-output.xml - test/reports/TEST-HammerCLIForeman-Hostgroup-UpdateCommand-parameters.xml - test/functional/organization_test.rb - test/functional/location_test.rb - test/functional/smart_class_parameter_test.rb - test/functional/test_helper.rb - test/unit/image_test.rb - test/unit/filter_test.rb - test/unit/domain_test.rb - test/unit/exception_handler_test.rb - test/unit/defaults_test.rb - test/unit/media_test.rb - test/unit/api_test.rb - test/unit/host_test.rb - test/unit/smart_variable_test.rb - test/unit/organization_test.rb - test/unit/smart_proxy_test.rb - test/unit/subnet_test.rb - test/unit/location_test.rb - test/unit/dependency_resolver_test.rb - test/unit/helpers/command.rb - test/unit/helpers/resource_disabled.rb - test/unit/helpers/fake_searchables.rb - test/unit/credentials_test.rb - test/unit/operating_system_test.rb - test/unit/template_test.rb - test/unit/environment_test.rb - test/unit/commands_test.rb - test/unit/partition_table_test.rb - test/unit/hostgroup_test.rb - test/unit/smart_class_parameter_test.rb - test/unit/auth_source_ldap_test.rb - test/unit/param_filters_test.rb - test/unit/report_test.rb - test/unit/role_test.rb - test/unit/output/formatters_test.rb - test/unit/id_resolver_test.rb - test/unit/test_output_adapter.rb - test/unit/option_builders_test.rb - test/unit/fact_test.rb - test/unit/model_test.rb - test/unit/compute_resource_test.rb - test/unit/puppet_class_test.rb - test/unit/usergroup_test.rb - test/unit/apipie_resource_mock.rb - test/unit/common_parameter_test.rb - test/unit/test_helper.rb - test/unit/architecture_test.rb - test/unit/user_test.rb - test/unit/external_usergroup_test.rb - test/unit/data/test_api.json - test/test_helper.rb - test/data/README.md - test/data/1.10/foreman_api.json