summaryrefslogtreecommitdiff
path: root/TODO.md
diff options
context:
space:
mode:
authorSaku Ytti <saku@ytti.fi>2013-05-01 13:45:02 +0300
committerSaku Ytti <saku@ytti.fi>2013-05-01 14:06:44 +0300
commitc252a589b6b0274a17bfe40db3fd57ebeea3beb8 (patch)
tree0115a10db0f37506e72aaf4a873aeea93734f6ab /TODO.md
parent387b725fcd248d052cfe68da97f03192959ad6a4 (diff)
Add Model#expect, support block at post/pre config
Now we can deal with pager and additional PW prompts, such as 'enable' Examples in IOS model how to use. The Telnet implementation is particularly fugly, I just need one line in 'waitfor' to handle pager while waiting for prompt, but couldn't figure out clean way to do it, so needed to rewrit whole Telnet#waitfor just to add that line.
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md11
1 files changed, 0 insertions, 11 deletions
diff --git a/TODO.md b/TODO.md
index b43962b..5913e84 100644
--- a/TODO.md
+++ b/TODO.md
@@ -1,13 +1,3 @@
-# expect call back:
-
-``` ruby
-expect /---more---/ do
- @output.pop
- cmd "\n"
-```
-I don't really need it myself, since I don't have platforms where it would be needed
-
-
# thread number
* think about algo
* if job ended later than now-iteration have rand(node.size) == 0 to add thread
@@ -15,7 +5,6 @@ I don't really need it myself, since I don't have platforms where it would be ne
* should we try to avoid max threads from being hit? (like maybe non-success thread is pulling average?)
* dont add thread, if even one thread is too much (too few nodes for interval), still must process 'next' request w/o delay
-
# config
* save keys as strings, load as symbols?