0% found this document useful (0 votes)
30 views

Automation New Joiners Guide

This document provides a 3-step guide for automation new joiners: 1. Complete mandatory trainings and set up development tools like PyCharm. 2. Connect with team leads to learn about the automation framework and set up a GitHub account. 3. Apply for access to source code repositories on GitHub and 1Source by searching for relevant projects on AGS and justifying the need for access.

Uploaded by

Shiv ...
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
30 views

Automation New Joiners Guide

This document provides a 3-step guide for automation new joiners: 1. Complete mandatory trainings and set up development tools like PyCharm. 2. Connect with team leads to learn about the automation framework and set up a GitHub account. 3. Apply for access to source code repositories on GitHub and 1Source by searching for relevant projects on AGS and justifying the need for access.

Uploaded by

Shiv ...
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 7

Automation New Joiners Guide

Step 1: Complete all intel mandatory trainings


Information Security and Privacy Awareness
Prevention of Sexual Harassment at Workplace India

GitHub Dos and Don’ts

Step 2: Connect with team lead for KT


DTAF Automation Framework Setup

Document : DTAF_Automation_Framework_Setup

Create One personal GIT hub account

First apply for GIT hub access from https://ags.intel.com

Install PyCharm

Link: https://www.jetbrains.com/pycharm/download/#section=windows

Step 3: Access one source GitHub user


Based on project, Engineers are need to get access. While
applying for any access in AGS, the justification should be
proper, otherwise it will be rejected & escalate to LTTS
management.
So send a mail to [email protected] with the access
link & get help in applying for access.
Link : https://1source.intel.com/onboard 

Apply Access via AGS

 Do get access to GitHub inner source org and apply for repo access.

 go to  https://ags.intel.com/

 "Submit Requests

 For IVL:
Search “ Data Center Automation Framework Content IVL Developer” & apply with proper
justification.

 For IPU:

Search " Datacenter Test Automation Framework Content IPU Developer ” & apply with
proper justification.

 For Seamless:

Search “ DTAF Content Seamless Developer & apply with proper justification.

For all projects, DTAF_Core read access is good to have. So irrespective of Project, apply for DTAF core
Read access.

 For DTAF Core:

Search "Datacenter Test Automation Framework Core Lib ReadOnly" for ReadOnly Access

Then we enter the 1source onboarding portal


This page will guide you step by step through the GitHub account setup process you can go through

with the following steps :


Once u get access you will see the repos under your github
account

Getting your source code to your local machine:


*Follow the steps in order
>get git installed in your local machine
Check as below

Note :We need to follow the below steps to register your intel device with github account
>open onesource
Link : https://1source.intel.com/onboard

Follow these steps


1.click on windows(https://gfx-assets.intel.com/artifactory/gfx-build-assets/build-tools/devtool-
go/latest/artifacts/win64/dt.exe) a file with name dt.exe will downloads

2.open gitbash
>goto your downloads path in gitbash
Give command dt.exe install
After installation is done follow next steps in the same gitbash window
>Give command dt setup

After that process completes you will get the steps which needs to be completed
You will see link & authentication token
copy paste that link in browser and give the authentication code which you see in gitbash

Note: This gives access the repository to your personal account

****Now you have complete access for code through your github account***

 Open your github account


Link : https://github.com/
 Open dtaf repository
frameworks.automation.dtaf.content.ipu.dtaf-content-ipu

 Click on fork -This creates a mirror of your master code


 Now you have your mirror code in your github you can clone to your
local machine and can modify as required
To clone follow as below:
 Create a new folder with some name in c drive and open cmd and
navigate to the folder path.
 Click on code and copy the http link

 Open cmd and navigate to new folder and give command like
 Git clone paste the link

You might also like