Skip to content

Test Design of xcat inventory save keys

zet809 edited this page Jul 27, 2018 · 2 revisions

Introduction

This document provides an overview of test xcat-inventory save credential keys for export and import. This test plan is intended for the use of xCAT FVT team.

The test is against xCAT version 2.14.3. The build of xCAT will be picked up from the xcat.org

The xcat inventory credential save design is under https://github.com/xcat2/xcat-inventory/pull/75

Affected files

The follow files will be effected.

    ├── etc
    │   └── xcat
    │       ├── ca
    │       │   ├── ca-cert.pem
    │       │   └── private
    │       │       └── ca-key.pem
    │       └── cert
    │           └── server-cred.pem
    └── root
        └── .xcat
            └── client-key.pem

Test steps

  1. backup all credential key files.
  2. Run "xcat-inventory export -t credential -d /tmp/credential" to save the files to directory /tmp/credential
  3. Check if the operation succeeds. And check the files are the same.
  4. Run "xcat-inventory import -t credential -d /tmp/credential" to import the files to xcat db
  5. Check if all the credential files are the same with the files which are saved in step 1.

News

History

  • Oct 22, 2010: xCAT 2.5 released.
  • Apr 30, 2010: xCAT 2.4 is released.
  • Oct 31, 2009: xCAT 2.3 released. xCAT's 10 year anniversary!
  • Apr 16, 2009: xCAT 2.2 released.
  • Oct 31, 2008: xCAT 2.1 released.
  • Sep 12, 2008: Support for xCAT 2 can now be purchased!
  • June 9, 2008: xCAT breaths life into (at the time) the fastest supercomputer on the planet
  • May 30, 2008: xCAT 2.0 for Linux officially released!
  • Oct 31, 2007: IBM open sources xCAT 2.0 to allow collaboration among all of the xCAT users.
  • Oct 31, 1999: xCAT 1.0 is born!
    xCAT started out as a project in IBM developed by Egan Ford. It was quickly adopted by customers and IBM manufacturing sites to rapidly deploy clusters.
Clone this wiki locally