mirror of
https://github.com/Telecominfraproject/wlan-testing.git
synced 2025-10-30 18:38:06 +00:00
Add git-log info to run-basic test script.
This commit is contained in:
@@ -15,6 +15,14 @@
|
|||||||
# Source config file
|
# Source config file
|
||||||
. test_bed_cfg.bash
|
. test_bed_cfg.bash
|
||||||
|
|
||||||
|
echo "<b>Top wlan-testing git commits.</b><br><pre>" > ./tmp_gitlog.html
|
||||||
|
git log -n 8 --oneline >> ./tmp_gitlog.html
|
||||||
|
echo "</pre>" >> ./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
|
# TODO: Copy config file to cloud controller and restart it
|
||||||
# and/or do other config to make it work.
|
# and/or do other config to make it work.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user