Introduction

In this document, we will give a guide about deploying an application step by step in OTE-stack platform on AI Edge for testing.

Test Requirements

3 Arm servers for IEC edge infrastructure and another server which have installed harbor are needs. A face recognition application, which can be found at https://hub.docker.com/r/otestack/face-detect-demo, is used to validate the functions of the OTE. Before start testing, you need to push the image to the harbor server.

Test Architecture

For test architecture, We use one IEC edge cluster with 3 nodes as the basic infrastructure and install the OTE-stack platform in it. After everything is ready, we test the function of deploy a application through the OTE website which is installed in the master node of IEC cluster.

In this test scenarios, a face recognition application will be deploy to the IEC cluster via browser. The app is a server that detects the face in an image sent by client and outputs the position of objects. The usage of the server is shown in Step 4.

Test Steps

Step 1: Run OTE web platform via your browser and create a user for testing

          

Step 2: Create a new application and deploy it to root edge cluster

Step 3: Check if the application have deployed

Step 4: Test the application