You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

To execute tests on devices, partner has to configure device models and the device details in Automatics. 

Device Model Configuration

<Steps to configure device models>

  1. Configure device model in Device Manager. <Fill details>Akshatha
  2. Configure device model in Automatics Orchestration. <Fill details>Akshatha
  3. Configure device model in Automatics Properties - Device Json. 

Partner has to configure model details in device_config.json deployed with Automatics Properties. The file can be found at VM where Automatics Properties is deployed at location {Apache_Tomcat_Home_Directory}/webapps/automatics/device_config.json.  Edit this file and add models details as shown below.

  • For Raspberry Pi device with RDKB stack, update device_config.json as
{ 	
	"name":"Raspberry Pi-RDKB",
    "automaticsModelName": "Rpi-RDKB",
    "rackModelNames":["Rpi-RDKB"],
    "groups":[""],
    "category":"RDKB",
    "inventoryModelName":"Rpi-RDKB",
    "accessibleMechanism":"SSH",
    "accessbilityCheck": false,
    "waitTimeAfterHardReboot": 300000	
}



Device Configuration

  1. Configure device details in Device Manager. <Fill details>Akshatha
  2. Configure device group in Automatics Orchestration. <Fill details> Akshatha
  • No labels