diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-12-26 10:01:22 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-12-26 10:01:32 +0100 |
commit | de28cb2036af6e7786ff54f1732d3a33439442e8 (patch) | |
tree | f4da920b3bfdc7ba37c37c4174fd66644476d406 /smoketest/scripts | |
parent | 3854031667c397412d04697509f02b097e401e9a (diff) | |
download | vyos-1x-de28cb2036af6e7786ff54f1732d3a33439442e8.tar.gz vyos-1x-de28cb2036af6e7786ff54f1732d3a33439442e8.zip |
flow-accounting: T4097: move configuration file to /run
Diffstat (limited to 'smoketest/scripts')
-rwxr-xr-x | smoketest/scripts/cli/test_system_flow-accounting.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/smoketest/scripts/cli/test_system_flow-accounting.py b/smoketest/scripts/cli/test_system_flow-accounting.py index b8639954b..a53999461 100755 --- a/smoketest/scripts/cli/test_system_flow-accounting.py +++ b/smoketest/scripts/cli/test_system_flow-accounting.py @@ -27,7 +27,7 @@ from vyos.util import read_file PROCESS_NAME = 'uacctd' base_path = ['system', 'flow-accounting'] -uacctd_conf = '/etc/pmacct/uacctd.conf' +uacctd_conf = '/run/pmacct/uacctd.conf' class TestSystemFlowAccounting(VyOSUnitTestSHIM.TestCase): @classmethod |