summaryrefslogtreecommitdiff
path: root/source/torture/smb2
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2008-05-22 14:50:36 +1000
committerAndrew Tridgell <tridge@samba.org>2008-05-22 14:50:36 +1000
commitb139b471072f20288f126b5a9ee7613cc6c40681 (patch)
tree5143472ddcd698cc2564c80398afb442e9c977c8 /source/torture/smb2
parenta7be5ba22e0cf2c61501f5a05e64673f31ba145c (diff)
downloadsamba-b139b471072f20288f126b5a9ee7613cc6c40681.tar.gz
minor cleanup in SMB2 getinfo test
Diffstat (limited to 'source/torture/smb2')
-rw-r--r--source/torture/smb2/getinfo.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/source/torture/smb2/getinfo.c b/source/torture/smb2/getinfo.c
index c47a26277c4..906d6e4f8d5 100644
--- a/source/torture/smb2/getinfo.c
+++ b/source/torture/smb2/getinfo.c
@@ -51,9 +51,9 @@ static struct {
{ LEVEL(RAW_FILEINFO_COMPRESSION_INFORMATION) },
{ LEVEL(RAW_FILEINFO_NETWORK_OPEN_INFORMATION) },
{ LEVEL(RAW_FILEINFO_ATTRIBUTE_TAG_INFORMATION) },
-/*
-disabled until we know how the alignment now works
-{ LEVEL(RAW_FILEINFO_SMB2_ALL_EAS) }, */
+/*
+ { LEVEL(RAW_FILEINFO_SMB2_ALL_EAS) },
+*/
{ LEVEL(RAW_FILEINFO_SMB2_ALL_INFORMATION) },
{ LEVEL(RAW_FILEINFO_SEC_DESC) }
};
@@ -107,9 +107,6 @@ static bool torture_smb2_fileinfo(struct torture_context *tctx, struct smb2_tree
file_levels[i].dinfo.query_secdesc.in.secinfo_flags = 0x7;
}
if (file_levels[i].level == RAW_FILEINFO_SMB2_ALL_EAS) {
- if (torture_setting_bool(tctx, "samba4", false)) {
- continue;
- }
file_levels[i].finfo.all_eas.in.continue_flags =
SMB2_CONTINUE_FLAG_RESTART;
file_levels[i].dinfo.all_eas.in.continue_flags =
@@ -183,6 +180,9 @@ bool torture_smb2_getinfo(struct torture_context *torture)
return false;
}
+ smb2_deltree(tree, FNAME);
+ smb2_deltree(tree, DNAME);
+
status = torture_setup_complex_file(tree, FNAME);
if (!NT_STATUS_IS_OK(status)) {
return false;