MGCP_Test: fix config file include path

The config file mistakenly references the defaults for the MSC.

- correct include path to use MGCP_Test.default

Change-Id: I12c6907717dfba1c31790a2b71f42e37743351af
This commit is contained in:
Philipp Maier 2018-03-16 13:44:57 +01:00
parent 94f3f1bfa6
commit ade455b09c
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
# Common configuration, shared between test suites
"../Common.cfg"
# testsuite specific configuration, not expected to change
"./MSC_Tests.default"
"./MGCP_Test.default"
# Local configuration below