- no longer inject fewer faults than instructed; - no longer apply a limit on the number of injected faults; - refactory to allow for random faults (type 99); - also allow for stop faults (type 50); - massive dead code cleanup; - move outdated test cruft into tests/ subdirectory; it is kept only as an example of how to use swifi. Change-Id: I8a3cb71902dfaadb7bf785723b917307db83d0d5
		
			
				
	
	
		
			5 lines
		
	
	
		
			146 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			146 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
#!/bin/sh
 | 
						|
pid=`ps ax | grep fxp | grep usr.sbin | sed 's,^[ 	]*,,;s,[ 	].*,,`
 | 
						|
echo "pid = $pid"
 | 
						|
swifi -f /usr/build/drivers/fxp/fxp $pid 26 100 4
 |