Skip to content

Commit

Permalink
Merge pull request kubevirt#2078 from yossisegev/test_attr
Browse files Browse the repository at this point in the history
Added more test attributes to expose_test.go, vmi_mulutus_test.go, vmi_networking_test.go
  • Loading branch information
Artyom Lukianov authored Mar 5, 2019
2 parents b2e09e8 + 8bb6bdc commit 432f91f
Show file tree
Hide file tree
Showing 3 changed files with 356 additions and 354 deletions.
6 changes: 3 additions & 3 deletions tests/expose_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,15 +63,15 @@ func waitForJobToCompleteWithStatus(virtClient *kubecli.KubevirtClient, jobPod *
}, time.Duration(timeoutSec)*time.Second, 1*time.Second).Should(Equal(jobPodPhase))
}

var _ = Describe("Expose", func() {
var _ = Describe("[rfe_id:253][crit:medium][vendor:[email protected]][level:component]Expose", func() {

flag.Parse()

virtClient, err := kubecli.GetKubevirtClient()
tests.PanicOnError(err)
const testPort = 1500

Context("[rfe_id:253][crit:medium][vendor:[email protected]][level:component]Expose service on a VM", func() {
Context("Expose service on a VM", func() {
var tcpVM *v1.VirtualMachineInstance
tests.BeforeAll(func() {
tcpVM = newLabeledVM("vm", virtClient)
Expand Down Expand Up @@ -331,7 +331,7 @@ var _ = Describe("Expose", func() {
})
})

Context("[rfe_id:253][crit:high][vendor:[email protected]][level:component]Expose a VM as a service.", func() {
Context("Expose a VM as a service.", func() {
const servicePort = "27017"
const serviceName = "cluster-ip-vm"
var vm *v1.VirtualMachine
Expand Down
Loading

0 comments on commit 432f91f

Please sign in to comment.