Questions tagged [beaker-testing]

Beaker is a full-stack software and hardware integration testing system, with the ability to manage a globally distributed network of test labs.

Beaker is a full-stack software and hardware integration testing system, with the ability to manage a globally distributed network of test labs.

11 questions
1
vote
0 answers

Beaker Error: getaddrinfo: Name or service not known

I am writing an acceptance test for my Puppet module using Beaker. My module depends on PuppetDB to get some info. To add PuppetDB dependency, I added dependency 'puppetlabs/puppetdb' to my Modulefile and this mod 'puppetlabs/puppetdb', path:…
Prabhjot
  • 4,496
  • 2
  • 18
  • 22
1
vote
1 answer

I do not see console.log in my Beaker job

My Beaker job is running, and I see other logs but I do not see console.log.
user59634
1
vote
1 answer

Why is a new Beaker job not created when I manually provision a system?

When I manually provision a system (select the system, distro tree, etc) and click on Provision, I do not see a new job created. I get the impression that nothing is happening. I am using Beaker 19.0.
user59634
0
votes
0 answers

How to access Beaker web app

When accessing Beaker via http://$MYSERVER/bkr/, I ran into a 500 Internal Server Error with the following logs in /etc/httpd/logs/error_log beaker. How do I fix this? [Wed Jul 18 12:50:39.566934 2018] [wsgi:error] [pid 3400] [remote…
0
votes
1 answer

Installing beaker server

I have been trying to install Beaker server on Fedora 26 following the instructions in https://beaker-project.org/docs/admin-guide/installation.html#installing-the-beaker-server.I've done setting up Beaker database and enabling beakerd scheduler,…
0
votes
1 answer

Does beaker support run job without re-install operating system?

beaker is a automation tool: https://beaker-project.org/. Does beaker support run job/task without re-install operating system in a machine?
qiuping
  • 11
  • 3
0
votes
1 answer

How do I update the hardware details for a system in Beaker?

The hardware details shown in Beaker for my system are out of date, because the hardware has been modified. How can I update Beaker's records so that they reflect the current hardware?
DanC
  • 1,844
  • 13
  • 12
0
votes
1 answer

How do I log in to a system reserved through Beaker?

I found the Reserve Workflow in Beaker, and used it to schedule a job. Beaker reserved a system for me and sent me an e-mail with the FQDN. Now how do I log in? (Based on a "question" asked by a frustrated Beaker user on 2014-03-01 in Bugzilla.)
DanC
  • 1,844
  • 13
  • 12
0
votes
1 answer

How can I pass the exit status of a command from one recipe to another in a multi-host Beaker job?

I am doing multi-host testing in Beaker, where one recipe is waiting for a command in another recipe to complete. I want to vary the behaviour based on whether the command in the other recipe succeeded or failed. Is there any way I can communicate…
DanC
  • 1,844
  • 13
  • 12
0
votes
1 answer

How do I reserve a system with a particular architecture in Beaker?

I need to find a PowerPC system to reproduce and debug a problem. I don't care about the exact hardware, any 64-bit PowerPC system will do. I have access to a Beaker instance which has some PowerPC hardware. What's the best way to reserve a 64-bit…
DanC
  • 1,844
  • 13
  • 12
0
votes
1 answer

How do I enable iptables in a Beaker recipe?

In a default RHEL6.5 install, iptables is configured (rules exist in /etc/sysconfig/iptables) and the service is enabled. But in a Beaker recipe, iptables is not running and not configured. /etc/sysconfig/iptables does not exist and all ports are…
DanC
  • 1,844
  • 13
  • 12