summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorLee Duncan <lduncan@suse.com>2020-02-20 10:32:05 -0800
committerLee Duncan <lduncan@suse.com>2020-02-20 10:32:05 -0800
commit6f4ac8f03fcae294479e5d11410744c7712c913e (patch)
treea4ffdefac17753aaed4a234e3de5b3a56da7d516 /test
parentdcf514967a8b530c71f2b5531936b9953df25960 (diff)
downloadopen-iscsi-6f4ac8f03fcae294479e5d11410744c7712c913e.tar.gz
Update TODO list
Diffstat (limited to 'test')
-rw-r--r--test/TODO10
-rw-r--r--test/harness/.gitignore1
2 files changed, 11 insertions, 0 deletions
diff --git a/test/TODO b/test/TODO
index 1ab7048..06509c5 100644
--- a/test/TODO
+++ b/test/TODO
@@ -30,3 +30,13 @@
* Add in test cases for Discovery and/or Connection validation,
which would require either a separate target set up for that,
or control of our own target
+
+* Only allow /dev/disk/by-* paths, as /dev/sd? paths are
+ inherently problematic, since they can change names.
+
+* Add back in the "big warning" from regression.sh?
+
+* Add info to the README about how to run the python tests
+
+* Leave the regression test around, for now? It doesn't run,
+ so maybe it should just be removed?
diff --git a/test/harness/.gitignore b/test/harness/.gitignore
new file mode 100644
index 0000000..bee8a64
--- /dev/null
+++ b/test/harness/.gitignore
@@ -0,0 +1 @@
+__pycache__