Skip to content

Commit

Permalink
pg 3
Browse files Browse the repository at this point in the history
Signed-off-by: Amndeep Singh Mann <[email protected]>
  • Loading branch information
Amndeep7 committed Dec 9, 2024
1 parent 534686a commit 71489a9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/courses/profile-dev-test/03.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
---
order: 3
next: 04.md
title: Environment Setup Guide
title: 3. Environment Setup Guide
author: Aaron Lippold
---

## Prerequisites Knowledge
## Prerequisite Knowledge

- Basic command line experience
- Familiarity with package managers
Expand Down Expand Up @@ -37,15 +37,15 @@ Create accounts with these services before proceeding:

3. **P1 Harbor Access**
- Purpose: Container registry access
- Get token: [Harbor Login](https://login.dso.mil/auth/realms/baby-yoda/protocol/openid-connect/auth?client_id=harbor)
- Get CLI token from your user account page: [Harbor Login](https://login.dso.mil/auth/realms/baby-yoda/protocol/openid-connect/auth?client_id=harbor)

## Environment Configuration

### 1. Test Kitchen Variables

Important variables that control testing behavior:

- `INSPEC_CONTROL`: Specifies which single control to run in the `bundle exec kitchen verify` phase, useful for testing and debugging a single requirement.
- `INSPEC_CONTROL`: Specifies which single control to run in the `bundle exec kitchen verify` phase - useful for testing and debugging a single requirement.
- default: `none`
- `KITCHEN_LOCAL_YAML`: Specifies the target testing environment you want to use to run and validate the profile.
- default: `none`
Expand Down

0 comments on commit 71489a9

Please sign in to comment.