瀏覽代碼

add temporal efficiency test for SalityBotnet

Jens Keim 6 年之前
父節點
當前提交
3944ce4d5b
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      code/Test/efficiency_testing.py

+ 3 - 0
code/Test/efficiency_testing.py

@@ -51,3 +51,6 @@ class EfficiencyTests(Test.ID2TAttackTest):
 
     def test_Joomla_10_000(self):
         self.temporal_efficiency_test([['JoomlaRegPrivExploit', 'ip.src=192.168.178.1']], time_limit=15, factor=10000)
+
+    def test_SalityBotnet_10_000(self):
+        self.temporal_efficiency_test([['SalityBotnet']], time_limit=15, factor=10000)