diff options
author | Douglas Bagnall <douglas.bagnall@catalyst.net.nz> | 2018-09-27 12:58:11 +1200 |
---|---|---|
committer | Douglas Bagnall <dbagnall@samba.org> | 2019-01-08 23:55:31 +0100 |
commit | 8760168aa842c1e883e2059036c7e6621c77d887 (patch) | |
tree | a07eeb4fbe98c559d3e8b9f20abf0c5da28f2c9b /testdata | |
parent | c57f3794e240704621c67418e018fee2775d1844 (diff) | |
download | samba-8760168aa842c1e883e2059036c7e6621c77d887.tar.gz |
python/traffic: remove duplicate test file
The other one is python/samba/tests/blackbox/testdata/traffic-sample-very-short.model
Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'testdata')
-rw-r--r-- | testdata/traffic-sample-very-short.model | 60 |
1 files changed, 0 insertions, 60 deletions
diff --git a/testdata/traffic-sample-very-short.model b/testdata/traffic-sample-very-short.model deleted file mode 100644 index 8e299eb19e1..00000000000 --- a/testdata/traffic-sample-very-short.model +++ /dev/null @@ -1,60 +0,0 @@ -{ - "ngrams": { - "-\t-": { - "cldap:3": 1, - "ldap:3": 1 - }, - "-\tldap:3": { - "wait:0": 1 - }, - "wait:0\trpc_netlogon:29": { - "kerberos:": 1 - }, - "rpc_netlogon:29\tkerberos:": { - "ldap:3": 1 - }, - "cldap:3\twait:0": { - "rpc_netlogon:29": 1 - }, - "-\tcldap:3": { - "cldap:3": 1 - }, - "ldap:3\twait:0": { - "ldap:2": 1 - }, - "cldap:3\tcldap:3": { - "cldap:3": 1, - "wait:0": 1 - }, - "kerberos:\tldap:3": { - "-": 1 - } - }, - "conversation_rate": [ - 2, - 0.12712717056274414 - ], - "dns": { - "1": 9, - "0": 9 - }, - "query_details": { - "rpc_netlogon:29": { - "-": 1 - }, - "cldap:3": { - "\t\t\tNetlogon\t\t\t": 3 - }, - "ldap:3": { - "\t\t\tsubschemaSubentry,dsServiceName,namingContexts,defaultNamingContext,schemaNamingContext,configurationNamingContext,rootDomainNamingContext,supportedControl,supportedLDAPVersion,supportedLDAPPolicies,supportedSASLMechanisms,dnsHostName,ldapServiceName,serverName,supportedCapabilities\t\t\t": 1, - "2\tDC,DC\t\tcn\t\t\t": 1 - }, - "ldap:2": { - "\t\t\t\t\t\t": 1 - }, - "kerberos:": { - "": 1 - } - }, - "cumulative_duration": 0.39243292808532715 -}
\ No newline at end of file |