Questions tagged [automated-testing]
36 questions
2
votes
2 answers
Trouble getting transparent Squid forwarding proxy working with ssl
I have an environment consisting of four servers networked together. One server acts as the server, and the other three act as clients for running automated tests and Linux benchmarking using Phoromatic.
The four systems are all behind a corporate…

Andrew Bowers
- 33
- 1
- 6
2
votes
1 answer
Continuous Backup Testing?
Is there any software/setup that allows for automatic backup testing daily? by testing i mean test deployment, check setup post deploy warn on bad result? would be nice to use some kind of VM to deploy into. The Platform is Linux
The idea is that…

Jharwood
- 173
- 1
- 7
1
vote
1 answer
Saving multiple hibernate states on Windows
This question is related to this one: Automated windows restart testing
In order to automate testing in Windows, it could be useful to save multiple hibernate states and running them to see whether a new version of some software behaves…

David
- 447
- 1
- 5
- 11
1
vote
1 answer
Automated Installation Testing on Windows
I am looking for some software I can work with that will allow me to test that programs were installed and are functioning correctly. Instead of opening each program manually and see it working, I would like something similar to automated…

xadeka
- 11
- 1
1
vote
1 answer
Puppet, test roles in control-repo with beaker-rspec
I want to test my control repo (having profiles and roles in it) with rspec-puppet and beaker-rspec. I am still having some trouble with beaker-rspec:
I would like to test the profiles individually, for example profile::postgresql and see if the…

Hellstorm
- 145
- 6
1
vote
1 answer
How can I set up another alias like "localhost" to point to a folder within htdocs?
So I have xampp running, localhost or 127.0.0.1 will take me to htdocs within my xampp folder. Is there a way I can use a similar name such as localhost2 on the same machine to take me to folder, lets say its called localhost2, within htdocs.
The…

Parris
- 329
- 3
- 16
1
vote
1 answer
serverspec if statement for mysql version on server
Is there a way to check which package installed on server by command output?
describe command('mysql -e "select version();"') do
if its(:stdout) { should =~ /5.6.27-76.0-log/ }
describe package('MySQL-client') do
it { should be_installed…

A1001
- 13
- 3
1
vote
1 answer
Testing and workflow capabilities keep failing
My testing and workflows are failing.
The workflow fails for this reason.
But I have the TFS build service on the environment and the agent has the green light beside it.
The testing fails for this reason.
I have the test controller on the TFS…

ELSheepO
- 163
- 1
- 9
1
vote
1 answer
Managed Ethernet switch per-port MAC address translation?
Just a shot in the dark here, but I thought I'd ask in case anyone has some ideas:
I've got a testing scenario where some (GUI-less/embedded) IPv6 devices are going to be temporarily plugged into the ports of a managed Ethernet switch, and a control…

Jeremy Friesner
- 1,323
- 1
- 14
- 25
1
vote
3 answers
Running a command a different user using `su` gives "standard in must be a tty"
I am using STAF to automate db2 interface testing with our product. I am able to run the command using su - db2inst1 -c "/home/db2inst1/sqllib/bin/db2 list database directory" but when I try the same command with the staf interface I am getting the…

Sanjeev
- 11
- 1
- 1
- 2
1
vote
4 answers
Automated Image Testing
Let us say I'm using a packaged-based approach of imaging for the Mac, and have a freshly imaged machine (or better, several different types of machines) ready to test. How do I perform automated testing?
edit:
I am primarily concerned with images…

Clinton Blackmore
- 3,520
- 6
- 36
- 61
0
votes
1 answer
Is there a scriptable method for testing duplex settings on network interfaces?
I'm looking to test, on a large number of servers, whether or not the duplex settings on the network interfaces have been set up properly.
Is there a tool, or set of scripts, which I can run against the servers, to test their settings?
The servers…

blueberryfields
- 757
- 1
- 7
- 17
0
votes
0 answers
Configurable Stateful Traffic Generator Advice
I need a traffic generator tool which I should be able to configure followings;
Number of Packets
Number of Sessions
Number of TCP, UDP packets
Average number of packets in a session
Average packet size
Standard deviation of packet sizes
Average…

No N
- 1
0
votes
1 answer
Jenkins builds not marked unstable/failed if PHPUnit fails
So, the title pretty much gives it away. We're using Jenkins 2 with PHPUnit 6.5.12 and a couple of days before, everything worked fine. Now, every build we do and has failures (or worse, errors) in the PHPUnit section is not marked as unstable /…

Philip Weisel
- 3
- 1
0
votes
1 answer
Multi-stage CI monitoring or how can I split the deployment steps into controllable chunks
First of all, I am not looking for a product recommendation (well, I am, but it's more like me looking for a solution to a problem and not trying to pick something from an existing list)
The environment: I am using Jenkins to run a complex,…

dyasny
- 18,802
- 6
- 49
- 64