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

Couple of modifications to make PPC64 work out of the box #2012

Merged
merged 4 commits into from
Mar 4, 2015

Conversation

ldoktor
Copy link
Member

@ldoktor ldoktor commented Feb 16, 2015

Hi guys,

this pull request contains various fixes to support PPC64 out of the box. Please read the descriptions of each commits. I tested it on PPC running RH7, using RH7 images and kickstarts, but all of them should work fine.

Kind regards,
Lukáš

@ldoktor
Copy link
Member Author

ldoktor commented Feb 16, 2015

OK, new pep8 released... Let me take care of Autotest libraries...

@ldoktor
Copy link
Member Author

ldoktor commented Feb 16, 2015

Incorporated the #2013 fix...

@ldoktor
Copy link
Member Author

ldoktor commented Feb 28, 2015

Hi guys, I noticed that unattended_install actually checks whether the machine powers off after installation. Thus I reworked the kickstart update and unified all of them to power off the machine at the end (originally it was a big mess. Some were rebooting the machine, some powering it off and some even asked for booth).

So the only difference is that all *.ks files only contain single "poweroff" command. The rest of the commits were unchanged.

Signed-off-by: Lukáš Doktor <ldoktor@redhat.com>
Instead of hardcoded /dev/ttyS0 and in some cases /dev/hvc0 use
/proc/consoles and write to all slecified consoles. This is necessarily
for ARM as it uses /dev/ttyAMA0 and adding another tty is just madness

Signed-off-by: Lukáš Doktor <ldoktor@redhat.com>
Default passwords in autotest is "123456". Although when graphical
installation is available, it's used by default, while requiring it
makes machines without VGA fail.

Last change is to always poweroff the machine. This is required by
unattended_install tests at the end.

Signed-off-by: Lukáš Doktor <ldoktor@redhat.com>
PPC64 doesn't support VGA and uhci USB.

Signed-off-by: Lukáš Doktor <ldoktor@redhat.com>
@ldoktor
Copy link
Member Author

ldoktor commented Mar 4, 2015

Rebase and fixed the issues found by @lmr.

@lmr lmr merged commit f775b3c into autotest:master Mar 4, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants