Scheduled maintenance on Saturday, 27 September 2025, from 07:00 AM to 4:00 PM GMT (09:00 AM to 6:00 PM CEST) - some services may be unavailable -

Skip to content
Snippets Groups Projects
Select Git revision
  • OCF71-anyof-problem-in-openapi
  • staging default protected
  • REL3 protected
  • main protected
  • OCF114-test-plan-security-pki-certificates-authentication-and-authorization
  • OCF130-invoker-management-api-supported-feature-negotiation-2
  • OCF147-add-new-test-to-check-audit-multiple-logs
  • REL2 protected
  • OCF106-fix-docker-login-pipelines
  • OCF82-implementation-of-rnaa-feature
  • OCF78-discover-api-with-comm_type-protocol-and-data_format-as-query-parameters-is-failing-2
  • OCF72-minor-change-in-diagrams-of-documentation
  • OCF87-cicd-prev-validation-env
  • OCF89-storageclass-nfs-no-archived-enabled
  • checking_dns_hive
  • fix_remove_inital_robot_users
  • OCF64-rel17-to-rel18
  • OCF66-robot-task-to-create-default-users-by-admin
  • OCF65-trusted-and-self-signed-certificates-in-vault
  • REL1 protected
  • v3.0.0-release
  • v2.0.0-release
  • v1.0.0-release
  • 0.0
24 results

basicRobotInstall.sh

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    basicRobotInstall.sh 180 B
    #!/bin/bash
    echo "Installing basic software related with robotFramework"
    source /opt/venv/bin/activate
    pip install --upgrade pip
    pip install -r $1
    echo "Robot framework installed"