cloudmesh.test.command.test

Module Contents

Classes

TestCommand

class cloudmesh.test.command.test.TestCommand

Bases: cloudmesh.shell.command.PluginCommand

do_test(self, args, arguments)
Usage:

test

This command is intended to check if your windows set up is correctly done.

Bugs:

This program is supposed to be implemented. It is at this time just a template

Description:

Checks we do

  1. are you running python 3.8.1

  2. are you having the newest version of pip

  3. is cl installed

  4. is nmake installed

  5. is the username without spaces

  6. are you running in a vnenv

  7. is the default mongo port used

  8. do you have docker installed

  9. do you have vbox installed

  1. how much memory do you have

  2. do you have free diskspace

Checks that are missing or need implemented

  1. is hyperv switched on or off

  2. are containers running

  3. …. other tyings that can help us debug your environment