naeel 353e07bfa8 v1.2.1: fix tracker_add in executor + labelCls + descr context + script order
Opus review fixes:
- executor.py: tracker_add inside executor after instance_uid, before params/run (A3, orphan protection)
- executor.py: descr parameter (version/context instead of hardcoded)
- api_test.py: pass client_id/stand/descr, remove duplicate tracker_add
- scenario.py: pass client_id/stand/descr with scenario context
- params-render.js: fix labelCls ReferenceError in renderMapFixedRow (pre-existing bug)
- index.html: params-render.js already before operations.js (verified)
2026-07-31 09:45:05 +04:00
2026-07-30 13:38:33 +04:00

App Autotest

Flask-приложение для автотестов сервисов Nubes. Деплоится как облачный сервис Web-сервер с фреймворком Flask на платформе Nubes.

Документация API

См. основной репо: DOCS/стадии операций, поток CREATE, доступ к API.

Архитектура

Полный обзор: ../DOCS/ARCHITECTURE-FULL.md — все файлы, CREATE flow, глобальное состояние, план развития.

Сервис

https://autotest.pythonk8s.dev.nubes.ru/ (test)

Параметры облачного сервиса

appConfiguration:

{
  "version": "3.12",
  "gitPath": "https://gitea.services.ngcloud.ru/forcloud/app-autotest.git",
  "healthPath": ""
}

jsonEnv:

{
  "NUBES_API_TOKEN": "...",
  "NUBES_API_ENDPOINT": "https://lk-api-gateway-test.ngcloud.ru/api/v1/svc"
}

Структура

app/
├── api/          # HTTP-клиент облака
├── operations/   # Операции API (одна на файл)
├── routes/       # Flask blueprints
├── static/       # CSS, JS, логотип
└── templates/    # Jinja2 шаблоны (дизайн Nubes)
S
Description
No description provided
Readme
2.1 MiB
Languages
Python 63.8%
JavaScript 30.2%
HTML 3.7%
CSS 2.3%