Skip to content
This repository has been archived by the owner on Jun 28, 2024. It is now read-only.

snp: added snp unencrypted test #5594

Merged
merged 9 commits into from
Jul 10, 2023
Merged

Commits on Jun 29, 2023

  1. libs: remove duplicate line

    This line is duplicate with line 19
    
    Signed-Off-By: Ryan Savino <[email protected]>
    
    Remove duplicate line
    ryansavino authored and UnmeshDeodhar committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    e579c8d View commit details
    Browse the repository at this point in the history
  2. config: add sudo to cp command

    containerd config in /etc/containerd/config.toml requires sudo access
    
    Signed-Off-By: Ryan Savino <[email protected]>
    ryansavino authored and UnmeshDeodhar committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    a2f8709 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2023

  1. sev: abstract common methods to common source file

    common methods from sev.bats moved into common.bash
    service.yaml.in generalized
    
    Signed-Off-By: Ryan Savino <[email protected]>
    Signed-Off-By: Unmesh Deodhar <[email protected]>
    ryansavino authored and UnmeshDeodhar committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    a4017f6 View commit details
    Browse the repository at this point in the history
  2. snp: added snp unencrypted test

    added makefile target as well
    
    Fixes: kata-containers#5593
    
    Signed-Off-By: Ryan Savino <[email protected]>
    Signed-Off-By: Unmesh Deodhar <[email protected]>
    ryansavino authored and UnmeshDeodhar committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    da31671 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    625f300 View commit details
    Browse the repository at this point in the history
  4. ci: Adding SNP case when building k8s test

    Fixes: kata-containers#5593
    
    Signed-Off-By: Unmesh Deodhar <[email protected]>
    UnmeshDeodhar committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    c58061a View commit details
    Browse the repository at this point in the history
  5. ci: Build generic OVMF for SNP

    SNP requires generic OVMF. Thus adding a code that builds generic OVMF.
    
    Fixes: kata-containers#5593
    
    Signed-off-by: Unmesh Deodhar <[email protected]>
    UnmeshDeodhar committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    330f0fc View commit details
    Browse the repository at this point in the history
  6. confidential: Using pod annotation

    Using pod annotation instead of changing the config file.
    
    Fixes: kata-containers#5593
    
    Signed-Off-By: Unmesh Deodhar <[email protected]>
    UnmeshDeodhar committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    c040815 View commit details
    Browse the repository at this point in the history
  7. kubernetes: Renaming kubernetes prefix

    Renaming k8s_* functions to kubernetes_* to match the
    rest of the functions.
    
    Fixes: kata-containers#5593
    
    Signed-Off-By: Unmesh Deodhar <[email protected]>
    UnmeshDeodhar committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    280e0f2 View commit details
    Browse the repository at this point in the history