similar to: Fwd: help - how to use python bindings for smbtorture test suits

Displaying 20 results from an estimated 3000 matches similar to: "Fwd: help - how to use python bindings for smbtorture test suits"

2019 Apr 07
1
selftest, help with a single test
Hi, Yes, you're right, the problems are due to the selftest environment failing to start up. In this case, you could just reproduce the same problem with: SELFTEST_TESTENV=s4member:local make testenv There may be some package dependencies you're missing in order to get selftest to run correctly. In a earlier message it looked like you were missing the python DNS package (python-dnspython
2019 Apr 07
0
selftest, help with a single test
Hi, Thanks for the reply, On 4/8/19 12:16 AM, Tim Beale wrote: > Hi, > > Yes, you're right, the problems are due to the selftest environment > failing to start up. In this case, you could just reproduce the same > problem with: > SELFTEST_TESTENV=s4member:local make testenv This actually reveals something: [user at s4member samba]$ ping
2011 Jul 11
2
Error when execute make quicktest
Hi Everyone. Im installing Samba4 and when i make the "make quicktest" y recibe the following error: (sorry about my english). = Failed tests = == samba3.posix_s3.raw.open (s3dc) == command: /home/debian/samba-master/bin/smbtorture --configfile=$SMB_CONF_PATH --maximum-runtime=$SELFTEST_MAXTIME --target=samba3 --basedir=$SELFTEST_TMPDIR
2019 Apr 08
1
selftest, help with a single test
On 4/8/2019 12:49 AM, Manfred wrote: >> Hi, >> >> Yes, you're right, the problems are due to the selftest environment >> failing to start up. In this case, you could just reproduce the same >> problem with: >> SELFTEST_TESTENV=s4member:local make testenv > > This actually reveals something: > [user at s4member samba]$ ping
2011 Aug 03
1
Samba4 on CentOS6 make quicktest failed
Hello all I followed samba4 how to ( CentOS6 minimum install ) #working fro me ./configure.developer make #failed for me [root at dcmsc samba-4.0.0alpha16]# make quicktest WAF_MAKE=1 ./buildtools/bin/waf test --quick 'test' finished successfully (0.000s) Waf: Entering directory `/root/download/samba-4.0.0alpha16/bin' [ 111/3389] Generating VERSION Waf: Leaving directory
2018 Dec 04
0
Samba Testsuite causes machine to crash
Dear all,   I decided to build Samba from source and have a look at the testsuite to learn something about it. So, after a configure (including the testsuite, see parameters below) and a make, I tried   $ make quicktest # Which failed at some tests but left my virtual machine running   and then   $ make test   For Samba 4.9.3 I noticed that running the full test suite lets my virtual machine (1
2010 Nov 09
1
make quicktest failed
I had 444 errors I didn't want to put them all up here. Maybe I missed a step, maybe it's an easy "oops you forgot to do this" I'm on ubuntu 10.10 amd64 server completely uptodate today. I followed the http://wiki.samba.org/index.php/Samba4/HOWTO My git is also today. == samba4.rpc.echo on ncacn_ip_tcp with validate and --option=socket:testnonblock=True
2016 Dec 09
1
SMBtorture Documentation
Thank you Bob for the information! :) regards Jisha >>> Bob Campbell via samba <samba at lists.samba.org> 12/7/2016 2:37 AM >>> Hi Jisha, The best documentation about the test suite to my knowledge is: https://wiki.samba.org/index.php/Writing_Torture_Tests This has a lot of information about how to run tests, including different test options. If you're interested
2015 May 12
1
4.2.1 make quicktest error
Greetings - On a RHEL6 system, Samba 4.2.1 compiles without any apparent problems but 'make quicktest' reports an error: FAILED (1 failures, 0 errors and 0 unexpected successes in 1 testsuites) A summary with detailed information can be found in: ./st/summary test: running (/usr/bin/perl /var/tmp/samba-4.2.1/selftest/selftest.pl --target=samba --prefix=./st
2016 Dec 06
0
SMBtorture Documentation
Hi Jisha, The best documentation about the test suite to my knowledge is: https://wiki.samba.org/index.php/Writing_Torture_Tests This has a lot of information about how to run tests, including different test options. If you're interested in exactly what the tests do, two potentially useful files are samba/source3/selftest/tests.py and samba/source4/selftest/tests.py, which contain a lot of
2016 Apr 15
0
RAW.WRITE - selftests fail, smbtorture passes
Hello, I'm compiling samba 4.2.2 from source on a Linux From Scratch (LFS) system. Packages I have installed on the system are mixed from various versions of LFS (7.6 through 7.9). This is a 64-bit CPU running 32-bit OS: # uname -a Linux pjnas 4.4.4-asrockN3150-001-1_pj #1 SMP Fri Mar 4 22:40:03 CET 2016 i686 GNU/Linux Samba compiles fine, but a few selftests fail. The ones I'm worried
2016 Dec 06
3
SMBtorture Documentation
Hi, Can somebody provide a documentation for "SMBTORTURE" test suite available with Samba. I am trying to learn about the individual test options available with smbtorture. Detailed information about each test will be of great help. thanks in advance Jisha
2020 Nov 01
0
4.13.1 make test failed
Hello I try today to install samba 4.13.1 ? ./configure run without error Make run without error Make Check Failed Debian 10.6 Also all required Packages are installed -- # cat summary = Failed tests = == samba4.blackbox.demote-saveddb == command: PYTHON=python3 /usr/src/samba-4.13.1/testprogs/blackbox/demote-saveddb.sh $PREFIX_ABS/demote
2010 Sep 02
1
Strange provisioning error - I really expect an answer
Hello All, I'm trying to contribute with my tests and continuous attempts to install and stress-test samba, but it gets really sad and frustrating finding out that no one answers. I know a lot of "we do this for free", "we do this in our free time", "wait longer for an answer" and that will come, save some typing and please, do not reply with that. I've
2011 Jul 10
1
Samba4 - Cannot get quick test to succeed
Hi All, I'm currently using/testing samba-4.0.0alpha15. I downloaded the tar ball, followed the Samba4 HOWTO wiki at http://wiki.samba.org/index.php/Samba4/HOWTO and got stuff working pretty well. I have experienced issues with GPOs and such and dynamic dns and so thought I'd try the current version but I cannot now get samba4 to pass quicktest (or any other test). I've tried
2015 Oct 22
1
how to build smbtorture using static linked libraries
Hello all: I am trying to build smbtorture using static linked libraries. The samba source code I have is samba-4.1.13 for configure, I did: waf configure --builtin-libraries=ALL for build, I did: waf build --targets=smbtorture (so that it only build target smbtorture) But, the waf build fails immediately. Then, I tried to only link with lib talloc and tevent statically, so I did: waf
2015 Oct 22
2
how to build smbtorture using static linked libraries
Hello all: I am trying to build smbtorture using static linked libraries. The samba source code I have is samba-4.1.13 for configure, I did: waf configure --builtin-libraries=ALL for build, I did: waf build --targets=smbtorture (so that it only build target smbtorture) But, the waf build fails immediately. Then, I tried to only link with lib talloc and tevent statically, so I did: waf
2002 Jul 15
0
cygwin & smbtorture
Hello, I'd like to compile and run smbtorture on a win32 box. Has anyone been able to compile smbtorture on win32? If so how? What was the environment: native win32, cygwin, sfu, or mks (or something else)? I want to run smbtorture on my win32 boxes and have it beat on samba servers on the network. Out of the box, the configure script fails with: checking configure summary... ERROR: No
2014 Nov 11
0
smbtorture tests errors
Hi, I am using smbtorture test suites to run several raw tests on the samba share on my gluster volume. I see following errors : smbtorture -U user%passwd //server/torture-vol raw.sfileinfo smbtorture 4.1.13 Using seed 1415694107 time: 2014-11-11 03:21:47.380755 progress: 6 test: base time: 2014-11-11 03:21:47.381135 Failed to setup EAs create_time not setup correctly Failed to setup EAs
2017 Feb 27
0
SMBTorture tests on HP UX IA64 - Samba 4.5.3 without AD DC
Hi Samba Team, We are testing Samba 4.5.3 without AD DC on HP UX IA64 with samba SMBTorture as test clients. We are running all tests in SMBTorture. Samba server failed about 75% of RAW tests ,16% of BASE tests ,90% of DCE/RPC protocol and interface tests (rpc), 50% of Remote Administration Protocol tests (rap) 100% of DFS referrals calls (dfs) and other test with minimum failures. We used the