summaryrefslogtreecommitdiff
path: root/src/mongo/gotools/src/github.com/mongodb/mongo-tools/test/qa-tests/jstests/files/util/mongofiles_common.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/gotools/src/github.com/mongodb/mongo-tools/test/qa-tests/jstests/files/util/mongofiles_common.js')
-rw-r--r--src/mongo/gotools/src/github.com/mongodb/mongo-tools/test/qa-tests/jstests/files/util/mongofiles_common.js10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/mongo/gotools/src/github.com/mongodb/mongo-tools/test/qa-tests/jstests/files/util/mongofiles_common.js b/src/mongo/gotools/src/github.com/mongodb/mongo-tools/test/qa-tests/jstests/files/util/mongofiles_common.js
new file mode 100644
index 00000000000..7ff85d959b1
--- /dev/null
+++ b/src/mongo/gotools/src/github.com/mongodb/mongo-tools/test/qa-tests/jstests/files/util/mongofiles_common.js
@@ -0,0 +1,10 @@
+// mongofiles_common.js; contains variables used by mongofiles tests
+load('jstests/common/topology_helper.js');
+
+/* exported filesToInsert */
+// these must have unique names
+var filesToInsert = [
+ 'jstests/files/testdata/files1.txt',
+ 'jstests/files/testdata/files2.txt',
+ 'jstests/files/testdata/files3.txt'
+];