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

Acceptance testing #1

Open
5 of 8 tasks
ptomulik opened this issue May 25, 2016 · 3 comments
Open
5 of 8 tasks

Acceptance testing #1

ptomulik opened this issue May 25, 2016 · 3 comments

Comments

@ptomulik
Copy link
Owner

ptomulik commented May 25, 2016

Need more to check with acceptance testing:

  • whether install_options work,
  • whether uninstall_options work,
  • whether package_settings work,
  • whether things work with old pkg and the new pkgng toolstacks.

For the last point (pkg vs. pkgng), we need to make working beaker with FreeBSD 9.2 (and 9.3 (done)). There are four main issues:

  • on freebsd-9 beaker insists on using pkg_add -r for installing rsync, update: fixed in portsng 0.2.0 via monkey patch,
  • on any version, including freebsd-9.2, beaker uses pkg info to check if curlis installed, update*: fixed in portsng 0.2.0 via monkey patch,
  • also, beaker is unable of making correct choice between pkg_add and pkg install when installing packages (including puppet), update: fixed in portsng 0.2.0 via monkey patch,
  • finally, install_puppet_on tries to install sysutils/puppet, but we have in repository sysutils/puppet37, sysutils/puppet38 and sysutils/puppet4 update: workarounded in portsng 0.2.0, we use install_package instead.
@ptomulik
Copy link
Owner Author

An idea - we may try to monkey patch beaker... at least for the moment

@ptomulik
Copy link
Owner Author

ptomulik commented Sep 11, 2016

Monkey-patched specinfra, so it works correctly with freebsd 9.3 + pkgng. The remaining issue is freebsd 9.2.

@ptomulik
Copy link
Owner Author

ptomulik commented Sep 12, 2016

Patched beaker, such that it's able to install all prerequisites also when there is no pkgng. Now the problem is, that portupgrade insists on switching to pkgng on FreeBSD 9.2. No idea why...

update: ok, it's a FreeBSD Bug #175281

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

No branches or pull requests

1 participant