Skip to content
Snippets Groups Projects
Commit 687a2d77 authored by Vivek Dutta's avatar Vivek Dutta
Browse files

Update absolute path

parent bbe5d751
Branches
No related tags found
1 merge request!9Update absolute path
Pipeline #93773 passed
...@@ -7,3 +7,4 @@ ...@@ -7,3 +7,4 @@
*.log *.log
*.xml *.xml
docs/index.md docs/index.md
timestamp
...@@ -29,5 +29,5 @@ run_functional_test: ...@@ -29,5 +29,5 @@ run_functional_test:
when: always when: always
paths: paths:
- test-coverage.xml - test-coverage.xml
- memory-report.xml - /tmp/memory-report.xml
- timestamp - timestamp
...@@ -21,13 +21,14 @@ function check_result() ...@@ -21,13 +21,14 @@ function check_result()
# building twamp # building twamp
twamp_clean twamp_clean
twamp_make twamp_make
ln -s ${PWD}/twampd /usr/sbin/twampd
echo "Running functional Tests" echo "Running functional Tests"
supervisorctl update supervisorctl update
supervisorctl restart all supervisorctl restart all
sleep 5
supervisorctl status all supervisorctl status all
ubus wait_for usp.raw usp ubus wait_for bbfdm
supervisorctl status all
echo "TWAMP light Test" echo "TWAMP light Test"
result=`python3 /opt/dev/twampy/twampy.py sender -c 1 127.0.0.1:862` result=`python3 /opt/dev/twampy/twampy.py sender -c 1 127.0.0.1:862`
......
...@@ -16,5 +16,5 @@ command=/bin/bash -c "/usr/sbin/bbfdmd" ...@@ -16,5 +16,5 @@ command=/bin/bash -c "/usr/sbin/bbfdmd"
[program:twampd] [program:twampd]
autorestart=false autorestart=false
priority=4 priority=4
command=/bin/bash -c "/usr/bin/valgrind --xml=yes --xml-file=/builds/bbf/twamp-light/memory-report.xml --leak-check=full --show-reachable=yes --show-leak-kinds=definite,reachable --errors-for-leak-kinds=definite,reachable --error-exitcode=1 --track-origins=yes --leak-resolution=high --show-error-list=yes --child-silent-after-fork=yes /builds/bbf/twamp-light/twampd" command=/bin/bash -c "/usr/bin/valgrind --xml=yes --xml-file=/tmp/memory-report.xml --leak-check=full --show-reachable=yes --show-leak-kinds=definite,reachable --errors-for-leak-kinds=definite,reachable --error-exitcode=1 --track-origins=yes --leak-resolution=high --show-error-list=yes --child-silent-after-fork=yes /usr/sbin/twampd"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment