Skip to Content.
Sympa Menu

ndt-users - Re: Java test

Subject: ndt-users list created

List archive

Re: Java test


Chronological Thread 
  • From: Rich Carlson <>
  • To:
  • Subject: Re: Java test
  • Date: Sun, 14 Nov 2010 22:21:55 -0500

Dmitrijs;

While Jakub is correct and you can select which tests to run, the goal for the NDT system is to help analyze a connection to report why you got the results you did. Is there some reason you want to disable these other 2 tests?

Rich

On 11/14/2010 4:55 PM, Jakub Sławiński wrote:
On 13.11.2010 08:20, Dmitrijs Jerihovs wrote:

Hello,

Is it possible to disable in java test all except download and upload
tests ?

Thank you for help.


Hi,

yes, test suite is negotiated between client and server at the beginning
of the connection. Unfortunately, test suite in Java client is
hard-coded to contain all tests:

byte tests = TEST_MID | TEST_C2S | TEST_S2C | TEST_SFW | TEST_STATUS;

There is no possibility to configure this from Java Applet (yet). You
have to edit sources and remove Middlebox test (TEST_MID) and Firewall
test (TEST_SFW).


Regards,
Jakub.


  • Java test, Dmitrijs Jerihovs, 11/13/2010
    • Re: Java test, Jakub Sławiński, 11/14/2010
      • Re: Java test, Rich Carlson, 11/14/2010

Archive powered by MHonArc 2.6.16.

Top of Page