Changes between Version 76 and Version 77 of SettingUpBuildslave


Ignore:
Timestamp:
09/23/16 09:16:46 (8 years ago)
Author:
Samuli Seppänen
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SettingUpBuildslave

    v76 v77  
    273273* /var/lib/buildbot/slaves/openvpn/build-ubuntu-1204-i386-stable-master/build/tests/t_client-ubuntu-1204-i386-20141217-160636
    274274
    275 Look into files ''1:ifconfig_route.txt'' and ''2:ifconfig_route.txt'' to see which IPv4 and IPv6 addresses the test VPN server gave to the OpenVPN client and adjust t_client.rc to match those values. After that ask somebody to trigger a new build and see if all works as expected. Rinse and repeat as necessary.
     275The files ''<n>:ifconfig_route.txt'' contain ifconfig output after OpenVPN had launched in test number <n>. Check what IPv4 and IPv6 addresses the server gave back, and edit your ''/home/buildbot/t_client.rc'' to match. Once you've fixed all the tests ask a buildmaster maintainer to trigger a new build and see if all works as expected. Rinse and repeat as necessary.
     276
     277You should run as many tests as possible. If your ISP supports IPv6, a reasonable set of tests is this:
     278
     279{{{
     280TEST_RUN_LIST="1 1a 2 2a 2b 2c 3 4 4a 5 6"
     281}}}
     282
     283If you lack IPV6 transport support, then use
     284
     285{{{
     286TEST_RUN_LIST="1 2 3 4 5 6"
     287}}}
     288
     289instead.
    276290
    277291= List of existing buildslaves =