Help to test out katello patch

Hi all,

Here is a katello PR that I would like help with testing / feedback.

https://github.com/Katello/katello/pull/4539

The current katello behavior hides Foreman's Media drop down on a new host/hostgroup form if a content (pulp) source is selected.

The goal of this PR is to:

  • hide the media drop down if a valid kickstart url can be calculated and show the kickstart url on the form.
  • show the media drop down if a valid kickstart url cannot be calculated even if a content source is selected.

Thanks,

Joseph

The PR is now updated and appears to be working correctly
fixes #6565 - show kickstart url from content source if it can be calculated. otherwise don't hide media drop down
https://github.com/Katello/katello/pull/4539

Eric, Justin,

I'm having some trouble adding a functional test for the action that was added to OperatingsystemsController

https://github.com/isratrade/katello/commit/06673a2a40ee0e6e3902c428918b5b66828aa51f

I'm running 'rake test:katello TEST=…/katello/test/controllers/operatingsystems_controller_test.rb'

and get an error 'uninitialized constant OperatingsystemsControllerTest'

Can you take a look? thanks.

Joseph

··· ----- Original Message ----- > From: "Joseph Magen" > To: "foreman-dev" > Sent: Wednesday, August 6, 2014 6:31:05 PM > Subject: [foreman-dev] help to test out katello patch > > Hi all, > > Here is a katello PR that I would like help with testing / feedback. > > https://github.com/Katello/katello/pull/4539 > > The current katello behavior hides Foreman's Media drop down on a new > host/hostgroup form if a content (pulp) source is selected. > > The goal of this PR is to: > > * hide the media drop down if a valid kickstart url can be calculated and > show the kickstart url on the form. > * show the media drop down if a valid kickstart url cannot be calculated even > if a content source is selected. > > Thanks, > > Joseph > > -- > You received this message because you are subscribed to the Google Groups > "foreman-dev" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to foreman-dev+unsubscribe@googlegroups.com. > For more options, visit https://groups.google.com/d/optout. >