You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficcontrol.apache.org by el...@apache.org on 2018/09/12 20:45:50 UTC

[trafficcontrol] 01/02: moved astats_sim to new directory

This is an automated email from the ASF dual-hosted git repository.

elsloo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficcontrol.git

commit bf736597966598a5fbe4bcc2fbf81c20bd11b5c9
Author: David Neuman <da...@gmail.com>
AuthorDate: Wed Sep 12 14:04:56 2018 -0600

    moved astats_sim to new directory
---
 test/astats_sim/Readme.md                                    | 1 +
 {traffic_monitor_java/etc => test/astats_sim}/_astats        | 0
 {traffic_monitor_java/etc => test/astats_sim}/_astats_static | 0
 {traffic_monitor_java/etc => test/astats_sim}/ats_sim.js     | 0
 4 files changed, 1 insertion(+)

diff --git a/test/astats_sim/Readme.md b/test/astats_sim/Readme.md
new file mode 100644
index 0000000..e72d9db
--- /dev/null
+++ b/test/astats_sim/Readme.md
@@ -0,0 +1 @@
+An astats simulator tool written in javascript and perl.  Used to test Traffic Monitor.
diff --git a/traffic_monitor_java/etc/_astats b/test/astats_sim/_astats
similarity index 100%
rename from traffic_monitor_java/etc/_astats
rename to test/astats_sim/_astats
diff --git a/traffic_monitor_java/etc/_astats_static b/test/astats_sim/_astats_static
similarity index 100%
rename from traffic_monitor_java/etc/_astats_static
rename to test/astats_sim/_astats_static
diff --git a/traffic_monitor_java/etc/ats_sim.js b/test/astats_sim/ats_sim.js
similarity index 100%
rename from traffic_monitor_java/etc/ats_sim.js
rename to test/astats_sim/ats_sim.js