git » libjio » commit 71f9a75

jiostress: Enable fault injection in libc string functions

author Alberto Bertogli
2009-08-07 15:49:40 UTC
committer Alberto Bertogli
2009-08-07 15:49:40 UTC
parent 5ccfb161014a8678463fe4a8d634aea3e3c7255e

jiostress: Enable fault injection in libc string functions

Signed-off-by: Alberto Bertogli <albertito@blitiri.com.ar>

tests/stress/jiostress +2 -0

diff --git a/tests/stress/jiostress b/tests/stress/jiostress
index c9825ca..1712c04 100755
--- a/tests/stress/jiostress
+++ b/tests/stress/jiostress
@@ -213,6 +213,8 @@ class Stresser:
 			probability = randfloat(0.005, 0.03))
 		fiu.enable_random('libc/mm/*',
 			probability = randfloat(0.003, 0.07))
+		fiu.enable_random('libc/str/*',
+			probability = randfloat(0.005, 0.07))
 
 	def fiu_disable(self):
 		if self.use_fi: