Navigation
SEARCH
TOOLBOX
LANGUAGES

cwmpProfilePath

From QA Cafe Support Wiki

Jump to: navigation, search

cwmpProfilePath This testvar specifies the location of the user defined profile on the local Linux host. Each line in this file should contain one parameter. The format for each paramter is TYPE REQUIREMENT PATH. Here's a few example parameter definitions:

boolean W InternetGatewayDevice.X_Vendor.featureA.Enabled
string W InternetGatewayDevice.X_Vendor.featureA.foo

Up to 128 user defined profiles can be created using testvar_group names cwmp_profile1 through cwmp_profile128. See the CWMP Profile Testing Section in the CDRouter TR-069 User's Guide for more information.

Example:
testvar_group cwmp_profile1 {
testvar cwmpProfileName myVendorParameters
testvar cwmpProfileObject InternetGatewayDevice
testvar cwmpProfilePath /home/dev/myVendorParameters.cwmp
}