Skip to content
This repository has been archived by the owner on Jan 4, 2022. It is now read-only.

Add a smoke test script #56

Open
schu opened this issue Jul 11, 2017 · 3 comments
Open

Add a smoke test script #56

schu opened this issue Jul 11, 2017 · 3 comments
Milestone

Comments

@schu
Copy link
Contributor

schu commented Jul 11, 2017

The script, for instance ./tests/smoke.sh, would

  • do a clean kubeadm-nspawn Vagrant setup,
  • use kubectl to verify the successful setup of k8s,
  • do a deploy and
  • query the deployed service to verify it's running.
@robertgzr robertgzr added this to the 0.1.0 milestone Jul 11, 2017
@robertgzr
Copy link
Contributor

robertgzr commented Jul 13, 2017

To check k8s setup?
kubectl -n kube-system get nodes

What can we deploy to test?
https://github.com/kubernetes/kubernetes/tree/master/examples/https-nginx minus TLS?

@robertgzr
Copy link
Contributor

@schu
Copy link
Contributor Author

schu commented Jul 13, 2017

To check k8s setup?

Yes, a minimal script to test everything (that is expected to work) works as expected.

@dongsupark dongsupark modified the milestones: 0.2.0, 0.1.0 Aug 10, 2017
dongsupark pushed a commit that referenced this issue Aug 28, 2017
A simple implementation of smoke tests based on Vagrant.

Fixes #56
dongsupark pushed a commit that referenced this issue Aug 29, 2017
A simple implementation of smoke tests based on Vagrant.

Fixes #56
dongsupark pushed a commit that referenced this issue Aug 29, 2017
A simple implementation of smoke tests based on Vagrant.

Fixes #56
dongsupark pushed a commit to dongsupark/kube-spawn that referenced this issue Sep 8, 2017
A simple implementation of smoke tests based on Vagrant.

Fixes kinvolk#56
dongsupark pushed a commit to dongsupark/kube-spawn that referenced this issue Sep 8, 2017
A simple implementation of smoke tests based on Vagrant.

Fixes kinvolk#56
dongsupark pushed a commit to dongsupark/kube-spawn that referenced this issue Sep 8, 2017
A simple implementation of smoke tests based on Vagrant.

Fixes kinvolk#56
dongsupark pushed a commit to dongsupark/kube-spawn that referenced this issue Sep 24, 2017
A simple implementation of smoke tests based on Vagrant.

Fixes kinvolk#56
dongsupark pushed a commit to dongsupark/kube-spawn that referenced this issue Sep 24, 2017
A simple implementation of smoke tests based on Vagrant.
It initializes a simple K8s cluster with 2 nodes, deploys an nginx
pod, a service for the deployment, and checks if it's running.

Fixes kinvolk#56
dongsupark pushed a commit to dongsupark/kube-spawn that referenced this issue Sep 24, 2017
A simple implementation of smoke tests based on Vagrant.
It initializes a simple K8s cluster with 2 nodes, deploys an nginx
pod, a service for the deployment, and checks if it's running.

Fixes kinvolk#56
dongsupark pushed a commit to dongsupark/kube-spawn that referenced this issue Sep 25, 2017
A simple implementation of smoke tests based on Vagrant.
It initializes a simple K8s cluster with 2 nodes, deploys an nginx
pod, a service for the deployment, and checks if it's running.

Fixes kinvolk#56
dongsupark pushed a commit that referenced this issue Oct 17, 2017
A simple implementation of smoke tests based on Vagrant.
It initializes a simple K8s cluster with 2 nodes, deploys an nginx
pod, a service for the deployment, and checks if it's running.

Fixes #56
dongsupark pushed a commit that referenced this issue Oct 26, 2017
A simple implementation of smoke tests based on Vagrant.
It initializes a simple K8s cluster with 2 nodes, deploys an nginx
pod, a service for the deployment, and checks if it's running.

Fixes #56
dongsupark pushed a commit to dongsupark/kube-spawn that referenced this issue Oct 27, 2017
A simple implementation of smoke tests based on Vagrant.
It initializes a simple K8s cluster with 2 nodes, deploys an nginx
pod, a service for the deployment, and checks if it's running.

Fixes kinvolk#56
dongsupark pushed a commit to dongsupark/kube-spawn that referenced this issue Oct 27, 2017
A simple implementation of smoke tests based on Vagrant.
It initializes a simple K8s cluster with 2 nodes, deploys an nginx
pod, a service for the deployment, and checks if it's running.

Fixes kinvolk#56
dongsupark pushed a commit to dongsupark/kube-spawn that referenced this issue Oct 27, 2017
A simple implementation of smoke tests based on Vagrant.
It initializes a simple K8s cluster with 2 nodes, deploys an nginx
pod, a service for the deployment, and checks if it's running.

Fixes kinvolk#56
dongsupark pushed a commit to dongsupark/kube-spawn that referenced this issue Oct 27, 2017
A simple implementation of smoke tests based on Vagrant.
It initializes a simple K8s cluster with 2 nodes, deploys an nginx
pod, a service for the deployment, and checks if it's running.

Fixes kinvolk#56
dongsupark pushed a commit to dongsupark/kube-spawn that referenced this issue Jul 23, 2018
A simple implementation of smoke tests based on Vagrant.
It initializes a simple K8s cluster with 2 nodes, deploys an nginx
pod, a service for the deployment, and checks if it's running.

Fixes kinvolk#56
dongsupark pushed a commit to dongsupark/kube-spawn that referenced this issue Jul 24, 2018
A simple implementation of smoke tests based on Vagrant.
It initializes a simple K8s cluster with 2 nodes, deploys an nginx
pod, a service for the deployment, and checks if it's running.

Fixes kinvolk#56
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants