I've been working on updating mock_fedorainfra over the last couple of days and I have implemented the ability to intercept bodhi queries and replace the comments.
Why will this useful? Because we're now able to run a test instance of autoqa without having to worry about interfering with production or worrying about creating fake data. We'd basically be using production instances of bodhi and koji as read-only sources of data and writing to the mock infra.
The code is still VERY rough and ugly but it is working. I'm planning to run it in my development environment for a couple of days to make sure that it does actually work well enough to use before I do much else with it.
I'm planning to improve the interface and docs so that other people can use it but for now, just figured that I would send an update on what I have done.
Tim
Great news Tim!
I'm really looking forward to these mock instances. Do you have the code publicly accessible?
J.
----- Original Message -----
From: "Tim Flink" tflink@redhat.com To: autoqa-devel@lists.fedorahosted.org Sent: Thursday, October 13, 2011 7:02:19 PM Subject: Mock Fedora Infra Update
I've been working on updating mock_fedorainfra over the last couple of days and I have implemented the ability to intercept bodhi queries and replace the comments.
Why will this useful? Because we're now able to run a test instance of autoqa without having to worry about interfering with production or worrying about creating fake data. We'd basically be using production instances of bodhi and koji as read-only sources of data and writing to the mock infra.
The code is still VERY rough and ugly but it is working. I'm planning to run it in my development environment for a couple of days to make sure that it does actually work well enough to use before I do much else with it.
I'm planning to improve the interface and docs so that other people can use it but for now, just figured that I would send an update on what I have done.
Tim
autoqa-devel mailing list autoqa-devel@lists.fedorahosted.org https://fedorahosted.org/mailman/listinfo/autoqa-devel
On Fri, 14 Oct 2011 07:40:17 -0400 (EDT) Josef Skladanka jskladan@redhat.com wrote:
Great news Tim!
I'm really looking forward to these mock instances. Do you have the code publicly accessible?
I have the code up on github [1] but the documentation is a little sparse right now.
Fortunately, the application itself is rather simple right now :)
Tim
autoqa-devel@lists.fedorahosted.org