Diff for "Tools/Polyot"

Not logged in - Log In / Register

Differences between revisions 5 and 6
Revision 5 as of 2010-03-13 01:14:11
Size: 1254
Editor: jtv
Comment:
Revision 6 as of 2020-07-17 15:34:13
Size: 0
Comment: Obsolete tool
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
||<tablestyle="width: 100%;" colspan=3 style="background: #2a2929; font-weight: bold; color: #f6bc05;">This page is dedicated to Polyot, a script to help running Launchpad test suite on remote machines. All pages dedicate to testing can be found in CategoryTesting. ||

||<tablestyle="float:right; font-size: 0.9em; width:30%; background:#F1F1ED; margin: 0 0 1em 1em;" style="padding:0.5em;"><<TableOfContents>>||

= Introduction =
These scripts are design to help you in testing LP devel branches on remote
machines (virtual machines or any other computer not used for development).

Test results are emailed to ''bzr whoami''

If needed, the script will get latest lp/devel and update the database schema.
Before testing, it will merge the branch with devel and report conflicts.


= Get the code =

You should get the Polyot code on both local (development) machine and remote (testing) machine.

The scripts should be placed in '''~/launchpad/lp-polyot''' otherwise things will fall apart.

{{{
cd ~/launchpad
bzr branch lp:~adiroiban/launchpad/lp-polyot
}}}

= Using Polyot =

Please consult the [[http://bazaar.launchpad.net/~adiroiban/launchpad/lp-polyot/annotate/head:/README|README]] file.


----
CategoryTesting