Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new job container tests #969

Merged
merged 1 commit into from
Mar 23, 2021
Merged

Conversation

dcantah
Copy link
Contributor

@dcantah dcantah commented Mar 13, 2021

Add tests to exercise the scenarios we care about and expect to work.

This includes:

  1. HNS access. Validate we can create a dead simple network and remove after. ✅
  2. Look at disks/volumes/partitions on the host. ✅
  3. Create a vhd from in the container. ✅
  4. Check hostname at beginning of test -> exec in job container and check hostname -> compare to validate that they're the same. ✅
  5. Manipulating/generating etl file. ✅

Signed-off-by: Daniel Canter dcanter@microsoft.com

@dcantah
Copy link
Contributor Author

dcantah commented Mar 13, 2021

Just opening this up to make it easier to check off when each one is done

@dcantah dcantah force-pushed the jobcontainer-tests branch 4 times, most recently from 576dfd4 to 450a8d5 Compare March 15, 2021 21:41
@dcantah dcantah marked this pull request as ready for review March 15, 2021 21:43
@dcantah dcantah requested a review from a team as a code owner March 15, 2021 21:43
Add tests to excercise the scenarios we care about and expect to work.

This includes:
1. HNS access. Validate we can create a dead simple network and remove after.
2. Look at disks/volumes/partitions on the host.
3. Create a vhd from in the container.
4. Check hostname at beginning of test -> exec in job container and check hostname -> compare to validate that they're the same.
4. Manipulating/generating etw file.
5. Install (and uninstall on success) a program.

Signed-off-by: Daniel Canter <dcanter@microsoft.com>
@dcantah dcantah force-pushed the jobcontainer-tests branch from 450a8d5 to fcc1854 Compare March 17, 2021 18:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants