GithubHelp home page GithubHelp logo

sparkpi's Introduction

How to run tests on a local PC

  1. Install and run sshd service by run the scripts:

    sudo dnf install -y openssh-server - to install

    sudo systemctl start sshd - to run ssh service

    sudo systemctl enable sshd - to add sshd to startup

  2. Add ssh key to the project, run:

    cat .ssh/id_rsa > <project_directory>/<path_to_private_key>

  3. To start openshift cluster, run:

    oc cluster up --public-hostname <IP_address_of_your_pc> --routing-suffix api.<IP_address_of_your_pc>.nip.io

  4. Login to openshift by run:

    oc login -u <openshift_user_name> -p <openshift_user_name>

  5. Create a new project in openshift, run:

    oc new-project <projectName>

  6. Create test.properties file in project directory and put there the text:

     #openshift user
     xtf.config.master.username=<openshift_user_name>
     xtf.config.master.password=<openshift_user_password>
     
     #ip address of the local machine
     xtf.config.domain=<IP_address_of_your_pc>.nip.io
     
     #name of project into openshift
     xtf.config.master.namespace=<projectName>
     
     #ssh credentials
     xtf.config.nfs.ssh_username=<user_name>
     xtf.config.master.ssh_username=<user_name>
     xtf.config.master.ssh_key_path=<path_to_private_key>
    
  7. Go to the project directory and run the mvn test command to run tests.

sparkpi's People

Contributors

olegvn88 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.