summaryrefslogtreecommitdiff
path: root/source4/script
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r21495: Pass the VM .vmx file path to wintest_2k3_dc.sh on the command line.Brad Henry2-1/+2
(This used to be commit 06bf94781e688c57f625161722e0a25af5a8d2e3)
2007-10-10r21494: Fix 'make wintest' to support command-line changes to 'vm-get-ip.pl' ↵Brad Henry8-64/+88
and the revertsnapshot() shell function. Restructure existing tests to work with the recent build farm changes. Added windows DC testing to 'make wintest'. Some improvements and generalization to the way errors are handled. (This used to be commit de9687404e802d7e7629c9d03f496d3c5bd30397)
2007-10-10r21475: Updated vm_get_ip.pl to read the name of the environment variable ↵Brad Henry3-1/+139
containing the VM path from the command line. wintest_2k3_dc.sh is a new script which will run a group of tests against a Windows 2003 DC. The group of tests to run should be passed in on the command line. These tests were taken from the source/script/tests/test_win2k3.sh script. tests_win2k3_dc.sh is a new script intended to be called by 'make wintest_dc' (patch to source/main.mk forthcoming). This is intended to provide the basis for Windows 2003 DC testing in the build farm. In order to use these tests, you should have a DC setup as a VM in VMware server. This process is not automated yet, but can be done by following a few steps: 1. Prepare a Windows 2003 VM in VMware Server by downloading and extracting: svn://svn.samba.org/home/svn/samba/branches/SOC/bnh/vm_setup.tar.gz and following the instructions in the README file. 2. Copying the following file onto the filesystem of the VM configured in step 1: svn://svn.samba.org/home/svn/samba/branches/SOC/bnh/dcpromo_2k3dc_newdomain.answerfile.txt and use it to promote the VM. For example: "dcpromo /answer:<path to answerfile>" 3. On the system you are testing from, set the environment variable WINTESTCONF, and SRCDIR. WINTESTCONF should point to the path of a test_win.conf file modified for your environment. There's a default copy in source/script/tests/win/test_win.conf. SRCDIR should point to the base of your Samba 4 source tree. At that point, you should be able to run wintest_2k3_dc.sh by passing a group of tests at the command line. For example: source/script/tests/win/wintest_2k3_dc.sh RPC-DRSUAPI Sorry for the long-winded commit message! (This used to be commit a0d1c690de2e58eddf5517eb974e09c2bba23605)
2007-10-10r21473: Added new parameters to test_win.conf that apply only to the DC tests.Brad Henry2-3/+41
Made the restore_snapshot() routine in wintest_functions.sh more robust. This change would have broken the existing windows tests, if they weren't already broken. Will fix those once the windows DC tests are committed and working in the build farm. (This used to be commit 76c6c5b8de58618ac013f5b26a6aafc98e15f57c)
2007-10-10r21466: run the LDAP-UPTODATEVECTOR test in make testStefan Metzmacher1-0/+2
metze (This used to be commit 74ded55787d6dee55e87bd55a4f152fa2e8dbeab)
2007-10-10r21433: Get rid of the COM support code - it's not used and unmaintained. We canJelmer Vernooij1-1/+1
always bring it back if we need to. This code was getting in the way while refactoring. Add some tests for TDR. Get rid of typedef in lib/registry/tdr_regf.idl and fix the TDR code to be able to deal with it. (This used to be commit 1ad0f99a439f0d52a735b391bf9900d50171aca5)
2007-10-10r21071: Move some of the key path variables into the mk-keyblobs.sh script.Andrew Bartlett2-14/+3
Andrew Bartlett (This used to be commit 1c466c6d6f02bf76f7f68e7dcd3d9a4c2a63179a)
2007-10-10r21069: Try to split up the mktestsetup.sh script into parts to deal with eachAndrew Bartlett5-337/+356
LDAP implementation, and another to hold the key blobs. Also fix the OpenLDAP test. Andrew Bartlett (This used to be commit ec511c592bbb7df513fe6f62e06e1fa984431550)
2007-10-10r21068: Code to configure, start and stop Fedora DS.Andrew Bartlett2-10/+41
We can't actually use it, as we are stuck inside our socket_wrapper network, and can't talk to it. Andrew Bartlett (This used to be commit bd564da6b9b45c438ef81b42dc156116ed81cbe7)
2007-10-10r21066: Fix the build (uninitialised variable).Jelmer Vernooij1-0/+14
(This used to be commit 54b63787606f392e094fe28c2536999c34f76f44)
2007-10-10r21055: Fix executable bit.Jelmer Vernooij3-0/+0
(This used to be commit 7512270ffae4e72d70f6ca347f09708f1bf915ad)
2007-10-10r21043: Work towards allowing Fedora DS to backend Samba4 in 'make test'.Andrew Bartlett1-0/+58
Andrew Bartlett (This used to be commit 92cea0b79011e9b86ab7e782c83ad5964a5925bd)
2007-10-10r21038: Move commands to distclean targetJelmer Vernooij1-7/+6
(This used to be commit 6713945fbab2df5b695c11df623f16d0abd1a772)
2007-10-10r21032: Skip two more testsJelmer Vernooij1-1/+1
(This used to be commit 65cb965f11534a0636ab083219d84eb78dceecae)
2007-10-10r21031: Skip some tests that were not listed previously.Jelmer Vernooij1-1/+4
(This used to be commit 7b160f18b26a5abe13b1cbc8039e57bd0cee86e0)
2007-10-10r21030: whoops, fix incorrect regexJelmer Vernooij2-2/+4
(This used to be commit 2c6cc617f9cc84c1cd9f6652d3a8ac9c605ab42c)
2007-10-10r21029: - Remove now unused failure checking codeJelmer Vernooij19-52/+40
- Use --list option for smbtorture for local and nbt tests as well (This used to be commit 053d5a40bc96b9503220f17f59677a0df6677a1e)
2007-10-10r21028: Generate list of tests rather than maintaining it manually.Jelmer Vernooij1-26/+1
(This used to be commit 7de4727ceb5935dd5fca49db0331c4509f735362)
2007-10-10r21026: Add a helpful script to do the things we need to do to make a releaseAndrew Bartlett1-0/+13
tarball. Andrew Bartlett (This used to be commit 59752290438f9a1a10d81f798e1e9746508e4d5a)
2007-10-10r21017: Actually run tests during test phase rather than when generating the ↵Jelmer Vernooij3-56/+4
recipe. (This used to be commit b975ce3a471d29fb2c0691c65993f9dfeb066d79)
2007-10-10r20997: Add in more certificate and key blobs, to enable PKINIT.Andrew Bartlett1-29/+121
To automaticly test this, we need to decide if we should ship kinit (and possibly and hxtool). Andrew Bartlett (This used to be commit 413df7114e194b9c081d53ef29d42743129ad518)
2007-10-10r20967: Allow pidl tests to work with gcovJelmer Vernooij1-1/+1
(This used to be commit 9da63e362c9d590388c77d882f9dbf54b0aa78cc)
2007-10-10r20963: remove unused functions, run LOCAL-TDR by defaultJelmer Vernooij1-1/+1
(This used to be commit 0f34c67fff53d5bd3c1b5a5618190ad7154e8d07)
2007-10-10r20830: merge mgmt workJelmer Vernooij1-3/+3
(This used to be commit 3cc299dbbe278936281f8e7071e6de8ec1bb219c)
2007-10-10r20822: Fix total failure counting.Jelmer Vernooij1-9/+7
(This used to be commit e4691447c47d6e8c938fee934e7a9aba2f418858)
2007-10-10r20756: Update to use generated recipes.Jelmer Vernooij1-7/+44
(This used to be commit 842637f78bbfb66ff669dadf3c7387dbc45feaf8)
2007-10-10r20755: Add progress indicator to test runnerJelmer Vernooij1-3/+7
(This used to be commit bbe00636a931d92fc0c2eb05d769376451fb21a7)
2007-10-10r20754: Simplify code for calculating total number of failed tests.Jelmer Vernooij3-20/+20
(This used to be commit f288ca5f6805d04a2da60a26006ca293d9fa7cc0)
2007-10-10r20750: Use files in script/tests to build a recipe rather than running the ↵Jelmer Vernooij2-96/+117
tests immediately. (This used to be commit d31d16e4ebe3957f332e9013f898738c8f3090d9)
2007-10-10r20748: Add file I forgot to commitJelmer Vernooij1-0/+26
(This used to be commit 2794af5726a1e1beb6fcb1aaaa4ba9aa9d4a9071)
2007-10-10r20747: Move cifsdd to blackbox sectionJelmer Vernooij2-81/+1
(This used to be commit 96ac1c62eef29e8c8c1df9719b6785134efe525c)
2007-10-10r20746: Don't report each individual test in test_smbclient as a single ↵Jelmer Vernooij2-91/+1
testsuite. Create separate directory for blackbox tests. (This used to be commit 7e6357f21350d264ebedabd34f2b8f42fc0427ff)
2007-10-10r20739: Add more command-line options.Jelmer Vernooij1-19/+45
(This used to be commit 8ca927f8883ec7b7e9c91ae2c2df2cac2110601d)
2007-10-10r20737: Add option parsing.Jelmer Vernooij1-4/+33
(This used to be commit b1719ebf3812b79715cf4e549426d798571b4908)
2007-10-10r20696: Print mktestsetup errors to stderr rather than to either stderr or ↵Jelmer Vernooij2-11/+36
stdout. Instead, print variables for the setup created to mktestsetup's stdout. (This used to be commit b7fd9645f5f2e1e5a00fbb94f772487c78136ee6)
2007-10-10r20693: Add reimplementation of selftest in perl. Once this has been testedJelmer Vernooij1-0/+253
more properly, I hope to use this as a replacement for the existing file. (This used to be commit 1e013aba7697716451c25eeab851b6812b2e066f)
2007-10-10r20519: Web Application FrameworkDerrell Lipman1-14/+13
- No path given to web server means use old scripts (missed check-in) - Build Web Application (qooxdoo stuff) from autogen.sh since python isn't available or is differently-configured on various build-farm machines - Don't continually check in generated files - Properly identify SWAT "Statistics" module as "Status and Statistics" (This used to be commit 9d89b7663af218ee6ed941ac6c0597fab93cd03b)
2007-10-10r20509: Warn about the fact that no tests have been run rather than showing ↵Jelmer Vernooij1-0/+5
division by zero errors. (This used to be commit 62f55b33949783a178dee9a36895c3423bdd625d)
2007-10-10r20444: WEB Application framework / SWAT.Derrell Lipman2-38/+52
We're now at the stage where the web application framework should build and install automatically. Derrell (This used to be commit 0201baef46c1701007e0a4cdd95edee287939318)
2007-10-10r20167: reenable the ejsnet testsStefan Metzmacher1-1/+1
metze (This used to be commit 1e4289fae4fb71725d9c37ed772eab0ff5853e65)
2007-10-10r20164: Disable the test till tomorrow when I find out what causedRafal Szczesniak1-1/+1
the crash. rafal (This used to be commit 5d7908038b6508f53cc8714f73ae7c5bfc6bce58)
2007-10-10r20149: Remove the smb.conf distinction between PDC and BDC. Now the correctAndrew Bartlett1-1/+1
way to setup a Samba4 DC is to set 'server role = domain controller'. We use the fSMORoleOwner attribute in the base DN to determine the PDC. This patch is quite large, as I have corrected a number of places that assumed taht we are always the PDC, or that used the smb.conf lp_server_role() to determine that. Also included is a warning fix in the SAMR code, where the IDL has seperated a couple of types for group display enumeration. We also now use the ldb database to determine if we should run the global catalog service. In the near future, I will complete the DRSUAPI DsGetDomainControllerInfo server-side on the same basis. Andrew Bartlett (This used to be commit 67d8365e831adf3eaecd8b34dcc481fc82565893)
2007-10-10r19880: Eliminate duplicates in the output.Jelmer Vernooij1-0/+14
(This used to be commit 2a8c8e1f2de551f360271855f09d8ae6497fb326)
2007-10-10r19877: Add simple script for summarizing subunit testresults.Jelmer Vernooij1-0/+65
(This used to be commit c38705ef42eff2ea7cd3cf74438713a4a0c4b873)
2007-10-10r19863: Create -uninstalled.pc files. This should reenable compilation and ↵Jelmer Vernooij2-0/+4
running of the pidl testsuite as part of the testsuite. (This used to be commit db237ad52f3a42c7b35753df99549ed6d540cec2)
2007-10-10r19862: Fix list concatenationJelmer Vernooij1-7/+7
(This used to be commit a26da5182e5618a70bc4a05af6fa2a7304138330)
2007-10-10r19861: Add simple pkg-config replacement.Jelmer Vernooij1-0/+130
(This used to be commit a42220c35673317c637e27d59c1a307bedb711a6)
2007-10-10r19723: don't use [,],(,) in test names to make the build-farm output happyStefan Metzmacher1-5/+5
metze (This used to be commit 8a0a92e2dc107797055421196f430269699510fe)
2007-10-10r19708: add a script for running net tests separatelyRafal Szczesniak1-0/+2
rafal (This used to be commit 0f913ef240dd3117197df1272e88ac195cd8e399)
2007-10-10r19680: Allow specifying basedir for test data.Jelmer Vernooij1-0/+1
Create temporary directories in base directory. (This used to be commit f111feb1d2b82a9ec3a8b6fbcdbe297bf11edc42)