You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spot.apache.org by ev...@apache.org on 2017/01/25 18:36:33 UTC

[21/49] incubator-spot git commit: Merge branch 'spot' into test_flow

Merge branch 'spot' into test_flow


Project: http://git-wip-us.apache.org/repos/asf/incubator-spot/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-spot/commit/a83208ea
Tree: http://git-wip-us.apache.org/repos/asf/incubator-spot/tree/a83208ea
Diff: http://git-wip-us.apache.org/repos/asf/incubator-spot/diff/a83208ea

Branch: refs/heads/master
Commit: a83208ea4e7fa93a41237de77b6f4070d6314254
Parents: deeed03 ab5ba53
Author: nlsegerl <na...@intel.com>
Authored: Mon Dec 19 13:48:42 2016 -0800
Committer: nlsegerl <na...@intel.com>
Committed: Mon Dec 19 13:48:42 2016 -0800

----------------------------------------------------------------------
 .../netflow/FlowSuspiciousConnectsAnalysisTest.scala  | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-spot/blob/a83208ea/spot-ml/src/test/scala/org/apache/spot/netflow/FlowSuspiciousConnectsAnalysisTest.scala
----------------------------------------------------------------------
diff --cc spot-ml/src/test/scala/org/apache/spot/netflow/FlowSuspiciousConnectsAnalysisTest.scala
index 0000000,0000000..73a7913
new file mode 100644
--- /dev/null
+++ b/spot-ml/src/test/scala/org/apache/spot/netflow/FlowSuspiciousConnectsAnalysisTest.scala
@@@ -1,0 -1,0 +1,14 @@@
++package org.apache.spot.netflow
++
++import org.scalatest.FunSuite
++
++/**
++  * Created by nlsegerl on 12/13/16.
++  */
++class FlowSuspiciousConnectsAnalysisTest extends FunSuite {
++
++  test("testDetectFlowAnomalies") {
++
++  }
++
++}