diff --git a/testbeds/ben-home/run_basic.bash b/testbeds/ben-home/run_basic.bash index 68d5a6fff..f5c5d9cd1 100755 --- a/testbeds/ben-home/run_basic.bash +++ b/testbeds/ben-home/run_basic.bash @@ -15,6 +15,14 @@ # Source config file . test_bed_cfg.bash +echo "Top wlan-testing git commits.
" > ./tmp_gitlog.html
+git log -n 8 --oneline >> ./tmp_gitlog.html
+echo "
" >> ./tmp_gitlog.html + +NOTES_HTML=`pwd`/testbed_notes.html +GITLOG=`pwd`/tmp_gitlog.html +export NOTES_HTML GITLOG + # TODO: Copy config file to cloud controller and restart it # and/or do other config to make it work.