Network Test Server Setup: Difference between revisions

From Qt Wiki
Jump to navigation Jump to search
(Convert ExpressionEngine links)
No edit summary
Line 1: Line 1:
{{Cleanup | reason=Auto-imported from ExpressionEngine.}}
{{Cleanup | reason=Auto-imported from ExpressionEngine.}}


[[Category:Developing_Qt::QA::CI]]
[[Category:Developing_Qt::QA]]


This page explains the steps for setting up a Network Test Server machine. This server is used by Qt's autotests for various testing. No building itself is done on this machine. It's only a server that provides services so that tests can be run.
This page explains the steps for setting up a Network Test Server machine. This server is used by Qt's autotests for various testing. No building itself is done on this machine. It's only a server that provides services so that tests can be run.

Revision as of 19:22, 4 March 2015

This article may require cleanup to meet the Qt Wiki's quality standards. Reason: Auto-imported from ExpressionEngine.
Please improve this article if you can. Remove the {{cleanup}} tag and add this page to Updated pages list after it's clean.

This page explains the steps for setting up a Network Test Server machine. This server is used by Qt's autotests for various testing. No building itself is done on this machine. It's only a server that provides services so that tests can be run.

Note: Since the old network test server (that is still in use though) can't easily be reproduced, and it's Puppet configuration doesn't work anymore, we've started the work on a new network test server. This new network test server doesn't work 100% though. Some tests will fail due to this. We are working on getting these sorted out, and we are trying to get this new server online as soon as possible.

Install instructions

This guide is maintained in our Qt repository: README.network_test_server.txt

However, during development of this new server changes are not pushed in to the official repository. Therefore I've made a personal branch in which it is currently developed. Thus the guide to read is here: README.network_test_server.txt

IMPORTANT: As the guide is aiming for being released, the repository which it refers to is git://qt.gitorious.org/qtqa/sysadmin.git. Naturally you should change this to git://gitorious.org/~tosaraja/qtqa/tosarajas-sysadmin-nts.git in your bootstrap command's parameter.