Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 562 Bytes

File metadata and controls

22 lines (17 loc) · 562 Bytes

RPC Server

The Autotest RPC Server, also known as the frontend, is a Django based application that provides:

  • The Database Objects (defined by Django Models <django.db.models>)
  • A remoting interface using the JSON-RPC protocol
  • The Administration Web Interface <django.contrib.admin> that Django gives us for free

We'll start by taking a look at the Database the Models and the database structure that they generate.

models interface CustomRpcScripts RPCProtocolChanges